Html Css Color HEX #852434 Shiraz

📋 copy color: '#852434'

red 133 ◦ green 36 ◦ blue 52

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

Shades of Shiraz #852434

Tints of Shiraz #852434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 60.18%
G = 16.29%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#852434 (or 0x852434) is known color: Shiraz. HEX triplet: 85, 24 and 34. RGB value is (133,36,52). Sum of RGB (Red+Green+Blue) = 133+36+52=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852434 is #7ADBCB. Grayscale: #424242. Windows color (decimal): -8051660 or 3417221. OLE color: 3417221.

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

Color convert

RGB 133 36 52 -
CMYK 0 0.73 0.61 0.48
HSL 350.1º 0.57% 0.33% -
HSV(B) 350.1º 0.73% 0.52% -
XYZ 10.92 6.5 3.93 -
YUV 66.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 133 36 52 0 0.73 0.61 0.48 350.1 0.57 0.33
Hex 85 24 34 0 49 3D 30 15E 39 21
Octal 205 44 64 0 111 75 60 536 71 41
Binary 10000101 100100 110100 0 1001001 111101 110000 101011110 111001 100001

Color Harmonies of #852434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852434

Black with #852434

Text Example


Text Example

White with #852434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852434; }

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

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

background-color css

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

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

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

border-color css

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

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

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