Html Css Color HEX #852C35 Shiraz

📋 copy color: '#852C35'

red 133 ◦ green 44 ◦ blue 53

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

Shades of Shiraz #852C35

Tints of Shiraz #852C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 57.83%
G = 19.13%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#852C35 (or 0x852C35) is known color: Shiraz. HEX triplet: 85, 2C and 35. RGB value is (133,44,53). Sum of RGB (Red+Green+Blue) = 133+44+53=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #852C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C35 is #7AD3CA. Grayscale: #474747. Windows color (decimal): -8049611 or 3484805. OLE color: 3484805.

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

Color convert

RGB 133 44 53 -
CMYK 0 0.67 0.60 0.48
HSL 353.93º 0.5% 0.35% -
HSV(B) 353.93º 0.67% 0.52% -
XYZ 11.22 7.04 4.14 -
YUV 71.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 133 44 53 0 0.67 0.60 0.48 353.93 0.5 0.35
Hex 85 2C 35 0 43 3C 30 162 32 23
Octal 205 54 65 0 103 74 60 542 62 43
Binary 10000101 101100 110101 0 1000011 111100 110000 101100010 110010 100011

Color Harmonies of #852C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C35

Black with #852C35

Text Example


Text Example

White with #852C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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