Html Css Color HEX #872935 Shiraz

📋 copy color: '#872935'

red 135 ◦ green 41 ◦ blue 53

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

Shades of Shiraz #872935

Tints of Shiraz #872935

RGB

 RED value IS 135 (53.13% from 255) = 58.95%

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 58.95%
G = 17.9%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872935 (or 0x872935) is known color: Shiraz. HEX triplet: 87, 29 and 35. RGB value is (135,41,53). Sum of RGB (Red+Green+Blue) = 135+41+53=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872935 is #78D6CA. Grayscale: #464646. Windows color (decimal): -7919307 or 3484039. OLE color: 3484039.

HSL color Cylindrical-coordinate representation of color #872935: hue angle of 352.34º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872935 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 53 -
CMYK 0 0.70 0.61 0.47
HSL 352.34º 0.53% 0.35% -
HSV(B) 352.34º 0.7% 0.53% -
XYZ 11.43 6.99 4.12 -
YUV 70.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 135 41 53 0 0.70 0.61 0.47 352.34 0.53 0.35
Hex 87 29 35 0 46 3D 2F 160 35 23
Octal 207 51 65 0 106 75 57 540 65 43
Binary 10000111 101001 110101 0 1000110 111101 101111 101100000 110101 100011

Color Harmonies of #872935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872935

Black with #872935

Text Example


Text Example

White with #872935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872935; }

 p { color: rgb(135,41,53); }

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

background-color css

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

 a { background-color: rgb(135,41,53); }

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

border-color css

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

 span { border-color: rgb(135,41,53); }

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