Html Css Color HEX #852932 Shiraz

📋 copy color: '#852932'

red 133 ◦ green 41 ◦ blue 50

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

Shades of Shiraz #852932

Tints of Shiraz #852932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 59.38%
G = 18.3%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852932 (or 0x852932) is known color: Shiraz. HEX triplet: 85, 29 and 32. RGB value is (133,41,50). Sum of RGB (Red+Green+Blue) = 133+41+50=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852932 is #7AD6CD. Grayscale: #454545. Windows color (decimal): -8050382 or 3287429. OLE color: 3287429.

HSL color Cylindrical-coordinate representation of color #852932: hue angle of 354.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852932 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 50 -
CMYK 0 0.69 0.62 0.48
HSL 354.13º 0.53% 0.34% -
HSV(B) 354.13º 0.69% 0.52% -
XYZ 11.04 6.8 3.75 -
YUV 69.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 133 41 50 0 0.69 0.62 0.48 354.13 0.53 0.34
Hex 85 29 32 0 45 3E 30 162 35 22
Octal 205 51 62 0 105 76 60 542 65 42
Binary 10000101 101001 110010 0 1000101 111110 110000 101100010 110101 100010

Color Harmonies of #852932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852932

Black with #852932

Text Example


Text Example

White with #852932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852932; }

 p { color: rgb(133,41,50); }

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

background-color css

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

 a { background-color: rgb(133,41,50); }

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

border-color css

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

 span { border-color: rgb(133,41,50); }

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