Html Css Color HEX #852035 Shiraz

📋 copy color: '#852035'

red 133 ◦ green 32 ◦ blue 53

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

Shades of Shiraz #852035

Tints of Shiraz #852035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 61.01%
G = 14.68%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#852035 (or 0x852035) is known color: Shiraz. HEX triplet: 85, 20 and 35. RGB value is (133,32,53). Sum of RGB (Red+Green+Blue) = 133+32+53=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852035 is #7ADFCA. Grayscale: #404040. Windows color (decimal): -8052683 or 3481733. OLE color: 3481733.

HSL color Cylindrical-coordinate representation of color #852035: hue angle of 347.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852035 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 53 -
CMYK 0 0.76 0.60 0.48
HSL 347.52º 0.61% 0.32% -
HSV(B) 347.52º 0.76% 0.52% -
XYZ 10.83 6.28 4.01 -
YUV 64.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 133 32 53 0 0.76 0.60 0.48 347.52 0.61 0.32
Hex 85 20 35 0 4C 3C 30 15C 3D 20
Octal 205 40 65 0 114 74 60 534 75 40
Binary 10000101 100000 110101 0 1001100 111100 110000 101011100 111101 100000

Color Harmonies of #852035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852035

Black with #852035

Text Example


Text Example

White with #852035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852035; }

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

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

background-color css

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

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

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

border-color css

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

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

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