Html Css Color HEX #872834 Shiraz

📋 copy color: '#872834'

red 135 ◦ green 40 ◦ blue 52

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

Shades of Shiraz #872834

Tints of Shiraz #872834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 59.47%
G = 17.62%
B = 22.91%

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

#872834 (or 0x872834) is known color: Shiraz. HEX triplet: 87, 28 and 34. RGB value is (135,40,52). Sum of RGB (Red+Green+Blue) = 135+40+52=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872834 is #78D7CB. Grayscale: #454545. Windows color (decimal): -7919564 or 3418247. OLE color: 3418247.

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

Color convert

RGB 135 40 52 -
CMYK 0 0.70 0.61 0.47
HSL 352.42º 0.54% 0.34% -
HSV(B) 352.42º 0.7% 0.53% -
XYZ 11.37 6.92 3.98 -
YUV 69.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 135 40 52 0 0.70 0.61 0.47 352.42 0.54 0.34
Hex 87 28 34 0 46 3D 2F 160 36 22
Octal 207 50 64 0 106 75 57 540 66 42
Binary 10000111 101000 110100 0 1000110 111101 101111 101100000 110110 100010

Color Harmonies of #872834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872834

Black with #872834

Text Example


Text Example

White with #872834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872834; }

 p { color: rgb(135,40,52); }

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

background-color css

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

 a { background-color: rgb(135,40,52); }

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

border-color css

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

 span { border-color: rgb(135,40,52); }

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