Html Css Color HEX #872B34 Shiraz

📋 copy color: '#872B34'

red 135 ◦ green 43 ◦ blue 52

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

Shades of Shiraz #872B34

Tints of Shiraz #872B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 58.7%
G = 18.7%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872B34 (or 0x872B34) is known color: Shiraz. HEX triplet: 87, 2B and 34. RGB value is (135,43,52). Sum of RGB (Red+Green+Blue) = 135+43+52=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #872B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B34 is #78D4CB. Grayscale: #474747. Windows color (decimal): -7918796 or 3419015. OLE color: 3419015.

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

Color convert

RGB 135 43 52 -
CMYK 0 0.68 0.61 0.47
HSL 354.13º 0.52% 0.35% -
HSV(B) 354.13º 0.68% 0.53% -
XYZ 11.48 7.13 4.02 -
YUV 71.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 135 43 52 0 0.68 0.61 0.47 354.13 0.52 0.35
Hex 87 2B 34 0 44 3D 2F 162 34 23
Octal 207 53 64 0 104 75 57 542 64 43
Binary 10000111 101011 110100 0 1000100 111101 101111 101100010 110100 100011

Color Harmonies of #872B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B34

Black with #872B34

Text Example


Text Example

White with #872B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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