Html Css Color HEX #872A3C Shiraz

📋 copy color: '#872A3C'

red 135 ◦ green 42 ◦ blue 60

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

Shades of Shiraz #872A3C

Tints of Shiraz #872A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 56.96%
G = 17.72%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#872A3C (or 0x872A3C) is known color: Shiraz. HEX triplet: 87, 2A and 3C. RGB value is (135,42,60). Sum of RGB (Red+Green+Blue) = 135+42+60=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #872A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A3C is #78D5C3. Grayscale: #474747. Windows color (decimal): -7919044 or 3943047. OLE color: 3943047.

HSL color Cylindrical-coordinate representation of color #872A3C: hue angle of 348.39º 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 #872A3C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 60 -
CMYK 0 0.69 0.56 0.47
HSL 348.39º 0.53% 0.35% -
HSV(B) 348.39º 0.69% 0.53% -
XYZ 11.64 7.13 5.04 -
YUV 71.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 135 42 60 0 0.69 0.56 0.47 348.39 0.53 0.35
Hex 87 2A 3C 0 45 38 2F 15C 35 23
Octal 207 52 74 0 105 70 57 534 65 43
Binary 10000111 101010 111100 0 1000101 111000 101111 101011100 110101 100011

Color Harmonies of #872A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A3C

Black with #872A3C

Text Example


Text Example

White with #872A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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