Html Css Color HEX #852532 Shiraz

📋 copy color: '#852532'

red 133 ◦ green 37 ◦ blue 50

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

Shades of Shiraz #852532

Tints of Shiraz #852532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 60.45%
G = 16.82%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852532 (or 0x852532) is known color: Shiraz. HEX triplet: 85, 25 and 32. RGB value is (133,37,50). Sum of RGB (Red+Green+Blue) = 133+37+50=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852532 is #7ADACD. Grayscale: #434343. Windows color (decimal): -8051406 or 3286405. OLE color: 3286405.

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

Color convert

RGB 133 37 50 -
CMYK 0 0.72 0.62 0.48
HSL 351.88º 0.56% 0.33% -
HSV(B) 351.88º 0.72% 0.52% -
XYZ 10.91 6.54 3.7 -
YUV 67.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 133 37 50 0 0.72 0.62 0.48 351.88 0.56 0.33
Hex 85 25 32 0 48 3E 30 160 38 21
Octal 205 45 62 0 110 76 60 540 70 41
Binary 10000101 100101 110010 0 1001000 111110 110000 101100000 111000 100001

Color Harmonies of #852532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852532

Black with #852532

Text Example


Text Example

White with #852532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852532; }

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

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

background-color css

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

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

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

border-color css

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

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

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