Html Css Color HEX #852D36 Shiraz

📋 copy color: '#852D36'

red 133 ◦ green 45 ◦ blue 54

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

Shades of Shiraz #852D36

Tints of Shiraz #852D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 57.33%
G = 19.4%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852D36 (or 0x852D36) is known color: Shiraz. HEX triplet: 85, 2D and 36. RGB value is (133,45,54). Sum of RGB (Red+Green+Blue) = 133+45+54=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #852D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D36 is #7AD2C9. Grayscale: #484848. Windows color (decimal): -8049354 or 3550597. OLE color: 3550597.

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

Color convert

RGB 133 45 54 -
CMYK 0 0.66 0.59 0.48
HSL 353.86º 0.49% 0.35% -
HSV(B) 353.86º 0.66% 0.52% -
XYZ 11.28 7.13 4.27 -
YUV 72.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 133 45 54 0 0.66 0.59 0.48 353.86 0.49 0.35
Hex 85 2D 36 0 42 3B 30 162 31 23
Octal 205 55 66 0 102 73 60 542 61 43
Binary 10000101 101101 110110 0 1000010 111011 110000 101100010 110001 100011

Color Harmonies of #852D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D36

Black with #852D36

Text Example


Text Example

White with #852D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,54); }

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

background-color css

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

 a { background-color: rgb(133,45,54); }

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

border-color css

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

 span { border-color: rgb(133,45,54); }

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