Html Css Color HEX #852439 Shiraz

📋 copy color: '#852439'

red 133 ◦ green 36 ◦ blue 57

#852439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #852439

Tints of Shiraz #852439

RGB

 RED value IS 133 (52.34% from 255) = 58.85%

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 58.85%
G = 15.93%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#852439 (or 0x852439) is known color: Shiraz. HEX triplet: 85, 24 and 39. RGB value is (133,36,57). Sum of RGB (Red+Green+Blue) = 133+36+57=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852439 is #7ADBC6. Grayscale: #434343. Windows color (decimal): -8051655 or 3744901. OLE color: 3744901.

HSL color Cylindrical-coordinate representation of color #852439: hue angle of 347.01º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852439 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 57 -
CMYK 0 0.73 0.57 0.48
HSL 347.01º 0.57% 0.33% -
HSV(B) 347.01º 0.73% 0.52% -
XYZ 11.04 6.54 4.55 -
YUV 67.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 133 36 57 0 0.73 0.57 0.48 347.01 0.57 0.33
Hex 85 24 39 0 49 39 30 15B 39 21
Octal 205 44 71 0 111 71 60 533 71 41
Binary 10000101 100100 111001 0 1001001 111001 110000 101011011 111001 100001

Color Harmonies of #852439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852439

Black with #852439

Text Example


Text Example

White with #852439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852439; }

 p { color: rgb(133,36,57); }

 H1.HeaderClassName
 {
   color: #852439;
 }
 .AnyTagClassName
 {
   color: #852439;
 }
</style>

background-color css

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

 a { background-color: rgb(133,36,57); }

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

border-color css

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

 span { border-color: rgb(133,36,57); }

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