Html Css Color HEX #872C35 Shiraz

📋 copy color: '#872C35'

red 135 ◦ green 44 ◦ blue 53

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

Shades of Shiraz #872C35

Tints of Shiraz #872C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 58.19%
G = 18.97%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872C35 (or 0x872C35) is known color: Shiraz. HEX triplet: 87, 2C and 35. RGB value is (135,44,53). Sum of RGB (Red+Green+Blue) = 135+44+53=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #872C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C35 is #78D3CA. Grayscale: #484848. Windows color (decimal): -7918539 or 3484807. OLE color: 3484807.

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

Color convert

RGB 135 44 53 -
CMYK 0 0.67 0.61 0.47
HSL 354.07º 0.51% 0.35% -
HSV(B) 354.07º 0.67% 0.53% -
XYZ 11.53 7.21 4.15 -
YUV 72.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 135 44 53 0 0.67 0.61 0.47 354.07 0.51 0.35
Hex 87 2C 35 0 43 3D 2F 162 33 23
Octal 207 54 65 0 103 75 57 542 63 43
Binary 10000111 101100 110101 0 1000011 111101 101111 101100010 110011 100011

Color Harmonies of #872C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C35

Black with #872C35

Text Example


Text Example

White with #872C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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