Html Css Color HEX #852735 Shiraz

📋 copy color: '#852735'

red 133 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #852735

Tints of Shiraz #852735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 59.11%
G = 17.33%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#852735 (or 0x852735) is known color: Shiraz. HEX triplet: 85, 27 and 35. RGB value is (133,39,53). Sum of RGB (Red+Green+Blue) = 133+39+53=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #852735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852735 is #7AD8CA. Grayscale: #444444. Windows color (decimal): -8050891 or 3483525. OLE color: 3483525.

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

Color convert

RGB 133 39 53 -
CMYK 0 0.71 0.60 0.48
HSL 351.06º 0.55% 0.34% -
HSV(B) 351.06º 0.71% 0.52% -
XYZ 11.04 6.69 4.08 -
YUV 68.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 133 39 53 0 0.71 0.60 0.48 351.06 0.55 0.34
Hex 85 27 35 0 47 3C 30 15F 37 22
Octal 205 47 65 0 107 74 60 537 67 42
Binary 10000101 100111 110101 0 1000111 111100 110000 101011111 110111 100010

Color Harmonies of #852735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852735

Black with #852735

Text Example


Text Example

White with #852735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852735; }

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

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

background-color css

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

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

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

border-color css

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

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

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