Html Css Color HEX #852533 Shiraz

📋 copy color: '#852533'

red 133 ◦ green 37 ◦ blue 51

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

Shades of Shiraz #852533

Tints of Shiraz #852533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 60.18%
G = 16.74%
B = 23.08%

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

#852533 (or 0x852533) is known color: Shiraz. HEX triplet: 85, 25 and 33. RGB value is (133,37,51). Sum of RGB (Red+Green+Blue) = 133+37+51=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852533 is #7ADACC. Grayscale: #434343. Windows color (decimal): -8051405 or 3351941. OLE color: 3351941.

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

Color convert

RGB 133 37 51 -
CMYK 0 0.72 0.62 0.48
HSL 351.25º 0.56% 0.33% -
HSV(B) 351.25º 0.72% 0.52% -
XYZ 10.93 6.55 3.82 -
YUV 67.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 133 37 51 0 0.72 0.62 0.48 351.25 0.56 0.33
Hex 85 25 33 0 48 3E 30 15F 38 21
Octal 205 45 63 0 110 76 60 537 70 41
Binary 10000101 100101 110011 0 1001000 111110 110000 101011111 111000 100001

Color Harmonies of #852533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852533

Black with #852533

Text Example


Text Example

White with #852533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852533; }

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

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

background-color css

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

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

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

border-color css

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

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

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