Html Css Color HEX #852431 Shiraz

📋 copy color: '#852431'

red 133 ◦ green 36 ◦ blue 49

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

Shades of Shiraz #852431

Tints of Shiraz #852431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 61.01%
G = 16.51%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852431 (or 0x852431) is known color: Shiraz. HEX triplet: 85, 24 and 31. RGB value is (133,36,49). Sum of RGB (Red+Green+Blue) = 133+36+49=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852431 is #7ADBCE. Grayscale: #424242. Windows color (decimal): -8051663 or 3220613. OLE color: 3220613.

HSL color Cylindrical-coordinate representation of color #852431: hue angle of 351.96º 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 #852431 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 49 -
CMYK 0 0.73 0.63 0.48
HSL 351.96º 0.57% 0.33% -
HSV(B) 351.96º 0.73% 0.52% -
XYZ 10.86 6.47 3.58 -
YUV 66.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 133 36 49 0 0.73 0.63 0.48 351.96 0.57 0.33
Hex 85 24 31 0 49 3F 30 160 39 21
Octal 205 44 61 0 111 77 60 540 71 41
Binary 10000101 100100 110001 0 1001001 111111 110000 101100000 111001 100001

Color Harmonies of #852431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852431

Black with #852431

Text Example


Text Example

White with #852431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852431; }

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

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

background-color css

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

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

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

border-color css

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

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

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