Html Css Color HEX #872B37 Shiraz

📋 copy color: '#872B37'

red 135 ◦ green 43 ◦ blue 55

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

Shades of Shiraz #872B37

Tints of Shiraz #872B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 57.94%
G = 18.45%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#872B37 (or 0x872B37) is known color: Shiraz. HEX triplet: 87, 2B and 37. RGB value is (135,43,55). Sum of RGB (Red+Green+Blue) = 135+43+55=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #872B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B37 is #78D4C8. Grayscale: #474747. Windows color (decimal): -7918793 or 3615623. OLE color: 3615623.

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

Color convert

RGB 135 43 55 -
CMYK 0 0.68 0.59 0.47
HSL 352.17º 0.52% 0.35% -
HSV(B) 352.17º 0.68% 0.53% -
XYZ 11.55 7.15 4.39 -
YUV 71.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 135 43 55 0 0.68 0.59 0.47 352.17 0.52 0.35
Hex 87 2B 37 0 44 3B 2F 160 34 23
Octal 207 53 67 0 104 73 57 540 64 43
Binary 10000111 101011 110111 0 1000100 111011 101111 101100000 110100 100011

Color Harmonies of #872B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B37

Black with #872B37

Text Example


Text Example

White with #872B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,43,55); }

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

background-color css

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

 a { background-color: rgb(135,43,55); }

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

border-color css

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

 span { border-color: rgb(135,43,55); }

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