Html Css Color HEX #872C3C Shiraz

📋 copy color: '#872C3C'

red 135 ◦ green 44 ◦ blue 60

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

Shades of Shiraz #872C3C

Tints of Shiraz #872C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

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

R = 56.49%
G = 18.41%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#872C3C (or 0x872C3C) is known color: Shiraz. HEX triplet: 87, 2C and 3C. RGB value is (135,44,60). Sum of RGB (Red+Green+Blue) = 135+44+60=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #872C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C3C is #78D3C3. Grayscale: #494949. Windows color (decimal): -7918532 or 3943559. OLE color: 3943559.

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

Color convert

RGB 135 44 60 -
CMYK 0 0.67 0.56 0.47
HSL 349.45º 0.51% 0.35% -
HSV(B) 349.45º 0.67% 0.53% -
XYZ 11.71 7.28 5.06 -
YUV 73.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 135 44 60 0 0.67 0.56 0.47 349.45 0.51 0.35
Hex 87 2C 3C 0 43 38 2F 15D 33 23
Octal 207 54 74 0 103 70 57 535 63 43
Binary 10000111 101100 111100 0 1000011 111000 101111 101011101 110011 100011

Color Harmonies of #872C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C3C

Black with #872C3C

Text Example


Text Example

White with #872C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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