Html Css Color HEX #852C33 Shiraz

📋 copy color: '#852C33'

red 133 ◦ green 44 ◦ blue 51

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

Shades of Shiraz #852C33

Tints of Shiraz #852C33

RGB

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

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

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

R = 58.33%
G = 19.3%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852C33 (or 0x852C33) is known color: Shiraz. HEX triplet: 85, 2C and 33. RGB value is (133,44,51). Sum of RGB (Red+Green+Blue) = 133+44+51=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C33 is #7AD3CC. Grayscale: #474747. Windows color (decimal): -8049613 or 3353733. OLE color: 3353733.

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

Color convert

RGB 133 44 51 -
CMYK 0 0.67 0.62 0.48
HSL 355.28º 0.5% 0.35% -
HSV(B) 355.28º 0.67% 0.52% -
XYZ 11.17 7.03 3.9 -
YUV 71.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 133 44 51 0 0.67 0.62 0.48 355.28 0.5 0.35
Hex 85 2C 33 0 43 3E 30 163 32 23
Octal 205 54 63 0 103 76 60 543 62 43
Binary 10000101 101100 110011 0 1000011 111110 110000 101100011 110010 100011

Color Harmonies of #852C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C33

Black with #852C33

Text Example


Text Example

White with #852C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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