Html Css Color HEX #872236 Shiraz

📋 copy color: '#872236'

red 135 ◦ green 34 ◦ blue 54

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

Shades of Shiraz #872236

Tints of Shiraz #872236

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 60.54%
G = 15.25%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#872236 (or 0x872236) is known color: Shiraz. HEX triplet: 87, 22 and 36. RGB value is (135,34,54). Sum of RGB (Red+Green+Blue) = 135+34+54=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #872236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872236 is #78DDC9. Grayscale: #424242. Windows color (decimal): -7921098 or 3547783. OLE color: 3547783.

HSL color Cylindrical-coordinate representation of color #872236: hue angle of 348.12º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872236 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 54 -
CMYK 0 0.75 0.60 0.47
HSL 348.12º 0.6% 0.33% -
HSV(B) 348.12º 0.75% 0.53% -
XYZ 11.23 6.56 4.16 -
YUV 66.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 135 34 54 0 0.75 0.60 0.47 348.12 0.6 0.33
Hex 87 22 36 0 4B 3C 2F 15C 3C 21
Octal 207 42 66 0 113 74 57 534 74 41
Binary 10000111 100010 110110 0 1001011 111100 101111 101011100 111100 100001

Color Harmonies of #872236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872236

Black with #872236

Text Example


Text Example

White with #872236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872236; }

 p { color: rgb(135,34,54); }

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

background-color css

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

 a { background-color: rgb(135,34,54); }

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

border-color css

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

 span { border-color: rgb(135,34,54); }

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