Html Css Color HEX #872933 Shiraz

📋 copy color: '#872933'

red 135 ◦ green 41 ◦ blue 51

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

Shades of Shiraz #872933

Tints of Shiraz #872933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 59.47%
G = 18.06%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#872933 (or 0x872933) is known color: Shiraz. HEX triplet: 87, 29 and 33. RGB value is (135,41,51). Sum of RGB (Red+Green+Blue) = 135+41+51=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872933 is #78D6CC. Grayscale: #464646. Windows color (decimal): -7919309 or 3352967. OLE color: 3352967.

HSL color Cylindrical-coordinate representation of color #872933: hue angle of 353.62º 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 #872933 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 51 -
CMYK 0 0.70 0.62 0.47
HSL 353.62º 0.53% 0.35% -
HSV(B) 353.62º 0.7% 0.53% -
XYZ 11.38 6.98 3.88 -
YUV 70.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 135 41 51 0 0.70 0.62 0.47 353.62 0.53 0.35
Hex 87 29 33 0 46 3E 2F 162 35 23
Octal 207 51 63 0 106 76 57 542 65 43
Binary 10000111 101001 110011 0 1000110 111110 101111 101100010 110101 100011

Color Harmonies of #872933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872933

Black with #872933

Text Example


Text Example

White with #872933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872933; }

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

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

background-color css

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

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

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

border-color css

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

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

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