Html Css Color HEX #872A32 Shiraz

📋 copy color: '#872A32'

red 135 ◦ green 42 ◦ blue 50

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

Shades of Shiraz #872A32

Tints of Shiraz #872A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 59.47%
G = 18.5%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#872A32 (or 0x872A32) is known color: Shiraz. HEX triplet: 87, 2A and 32. RGB value is (135,42,50). Sum of RGB (Red+Green+Blue) = 135+42+50=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A32 is #78D5CD. Grayscale: #464646. Windows color (decimal): -7919054 or 3287687. OLE color: 3287687.

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

Color convert

RGB 135 42 50 -
CMYK 0 0.69 0.63 0.47
HSL 354.84º 0.53% 0.35% -
HSV(B) 354.84º 0.69% 0.53% -
XYZ 11.4 7.04 3.78 -
YUV 70.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 135 42 50 0 0.69 0.63 0.47 354.84 0.53 0.35
Hex 87 2A 32 0 45 3F 2F 163 35 23
Octal 207 52 62 0 105 77 57 543 65 43
Binary 10000111 101010 110010 0 1000101 111111 101111 101100011 110101 100011

Color Harmonies of #872A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A32

Black with #872A32

Text Example


Text Example

White with #872A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A32; }

 p { color: rgb(135,42,50); }

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

background-color css

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

 a { background-color: rgb(135,42,50); }

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

border-color css

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

 span { border-color: rgb(135,42,50); }

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