#941338

Color #941338 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #941338

Tints of Shiraz #941338

Color information

#941338 (or 0x941338) is unknown color: approx Shiraz. HEX triplet: 94, 13 and 38. RGB value is (148,19,56). Sum of RGB (Red+Green+Blue) = 148+19+56=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #941338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941338 is #6BECC7. Grayscale: #3D3D3D. Windows color (decimal): -7072968 or 3675028. OLE color: 3675028.

HSL color Cylindrical-coordinate representation of color #941338: hue angle of 342.79º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941338 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1481956-
CMYK00.870.620.42
HSL342.79º77.25%32.75%-
HSV(B)342.79º87.16%58.04%-
XYZ13.167.054.41-
YUV61.79124.74189.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 66.37%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=66.37%
G=8.52%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148195600.870.620.42342.7977.2532.75
Hex9413380573E2A1574d21
Octal22423700127765252711541
Binary1001010010011111000010101111111101010101010101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941338; }

 p { color: rgb(148,19,56); }

 H1.HeaderClassName
 {
   color: #941338;
 }
 .AnyTagClassName
 {
   color: #941338;
 }
</style>
background-color css

<style>
 a { background-color: #941338; }

 a { background-color: rgb(148,19,56); }

 div.DivClassName
 {
   background-color: #941338;
 }
 .BgClassName
 {
   background-color: #941338;
 }
</style>
border-color css

<style>
 span { border-color: #941338; }

 span { border-color: rgb(148,19,56); }

 td.TdClassName
 {
   border-color: #941338;
 }
 .TagClassName
 {
   border-color: #941338;
 }
</style>