Html Css Color HEX #852B32 Shiraz

📋 copy color: '#852B32'

red 133 ◦ green 43 ◦ blue 50

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

Shades of Shiraz #852B32

Tints of Shiraz #852B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

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

R = 58.85%
G = 19.03%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852B32 (or 0x852B32) is known color: Shiraz. HEX triplet: 85, 2B and 32. RGB value is (133,43,50). Sum of RGB (Red+Green+Blue) = 133+43+50=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B32 is #7AD4CD. Grayscale: #464646. Windows color (decimal): -8049870 or 3287941. OLE color: 3287941.

HSL color Cylindrical-coordinate representation of color #852B32: hue angle of 355.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B32 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 50 -
CMYK 0 0.68 0.62 0.48
HSL 355.33º 0.51% 0.35% -
HSV(B) 355.33º 0.68% 0.52% -
XYZ 11.11 6.94 3.77 -
YUV 70.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 133 43 50 0 0.68 0.62 0.48 355.33 0.51 0.35
Hex 85 2B 32 0 44 3E 30 163 33 23
Octal 205 53 62 0 104 76 60 543 63 43
Binary 10000101 101011 110010 0 1000100 111110 110000 101100011 110011 100011

Color Harmonies of #852B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B32

Black with #852B32

Text Example


Text Example

White with #852B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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