Html Css Color HEX #852036 Shiraz

📋 copy color: '#852036'

red 133 ◦ green 32 ◦ blue 54

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

Shades of Shiraz #852036

Tints of Shiraz #852036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 60.73%
G = 14.61%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852036 (or 0x852036) is known color: Shiraz. HEX triplet: 85, 20 and 36. RGB value is (133,32,54). Sum of RGB (Red+Green+Blue) = 133+32+54=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852036 is #7ADFC9. Grayscale: #404040. Windows color (decimal): -8052682 or 3547269. OLE color: 3547269.

HSL color Cylindrical-coordinate representation of color #852036: hue angle of 346.93º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852036 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 54 -
CMYK 0 0.76 0.59 0.48
HSL 346.93º 0.61% 0.32% -
HSV(B) 346.93º 0.76% 0.52% -
XYZ 10.86 6.29 4.13 -
YUV 64.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 133 32 54 0 0.76 0.59 0.48 346.93 0.61 0.32
Hex 85 20 36 0 4C 3B 30 15B 3D 20
Octal 205 40 66 0 114 73 60 533 75 40
Binary 10000101 100000 110110 0 1001100 111011 110000 101011011 111101 100000

Color Harmonies of #852036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852036

Black with #852036

Text Example


Text Example

White with #852036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852036; }

 p { color: rgb(133,32,54); }

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

background-color css

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

 a { background-color: rgb(133,32,54); }

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

border-color css

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

 span { border-color: rgb(133,32,54); }

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