Html Css Color HEX #872B3E Shiraz

📋 copy color: '#872B3E'

red 135 ◦ green 43 ◦ blue 62

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

Shades of Shiraz #872B3E

Tints of Shiraz #872B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 56.25%
G = 17.92%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#872B3E (or 0x872B3E) is known color: Shiraz. HEX triplet: 87, 2B and 3E. RGB value is (135,43,62). Sum of RGB (Red+Green+Blue) = 135+43+62=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3E is #78D4C1. Grayscale: #484848. Windows color (decimal): -7918786 or 4074375. OLE color: 4074375.

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

Color convert

RGB 135 43 62 -
CMYK 0 0.68 0.54 0.47
HSL 347.61º 0.52% 0.35% -
HSV(B) 347.61º 0.68% 0.53% -
XYZ 11.73 7.23 5.33 -
YUV 72.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 135 43 62 0 0.68 0.54 0.47 347.61 0.52 0.35
Hex 87 2B 3E 0 44 36 2F 15C 34 23
Octal 207 53 76 0 104 66 57 534 64 43
Binary 10000111 101011 111110 0 1000100 110110 101111 101011100 110100 100011

Color Harmonies of #872B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B3E

Black with #872B3E

Text Example


Text Example

White with #872B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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