Html Css Color HEX #852C37 Shiraz

📋 copy color: '#852C37'

red 133 ◦ green 44 ◦ blue 55

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

Shades of Shiraz #852C37

Tints of Shiraz #852C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 57.33%
G = 18.97%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852C37 (or 0x852C37) is known color: Shiraz. HEX triplet: 85, 2C and 37. RGB value is (133,44,55). Sum of RGB (Red+Green+Blue) = 133+44+55=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #852C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C37 is #7AD3C8. Grayscale: #474747. Windows color (decimal): -8049609 or 3615877. OLE color: 3615877.

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

Color convert

RGB 133 44 55 -
CMYK 0 0.67 0.59 0.48
HSL 352.58º 0.5% 0.35% -
HSV(B) 352.58º 0.67% 0.52% -
XYZ 11.26 7.06 4.38 -
YUV 71.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 133 44 55 0 0.67 0.59 0.48 352.58 0.5 0.35
Hex 85 2C 37 0 43 3B 30 161 32 23
Octal 205 54 67 0 103 73 60 541 62 43
Binary 10000101 101100 110111 0 1000011 111011 110000 101100001 110010 100011

Color Harmonies of #852C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C37

Black with #852C37

Text Example


Text Example

White with #852C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,55); }

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

background-color css

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

 a { background-color: rgb(133,44,55); }

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

border-color css

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

 span { border-color: rgb(133,44,55); }

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