Html Css Color HEX #871A36 Shiraz

📋 copy color: '#871A36'

red 135 ◦ green 26 ◦ blue 54

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

Shades of Shiraz #871A36

Tints of Shiraz #871A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 62.79%
G = 12.09%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#871A36 (or 0x871A36) is known color: Shiraz. HEX triplet: 87, 1A and 36. RGB value is (135,26,54). Sum of RGB (Red+Green+Blue) = 135+26+54=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #871A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A36 is #78E5C9. Grayscale: #3D3D3D. Windows color (decimal): -7923146 or 3545735. OLE color: 3545735.

HSL color Cylindrical-coordinate representation of color #871A36: hue angle of 344.59º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A36 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 54 -
CMYK 0 0.81 0.60 0.47
HSL 344.59º 0.68% 0.32% -
HSV(B) 344.59º 0.81% 0.53% -
XYZ 11.03 6.16 4.1 -
YUV 61.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 135 26 54 0 0.81 0.60 0.47 344.59 0.68 0.32
Hex 87 1A 36 0 51 3C 2F 159 44 20
Octal 207 32 66 0 121 74 57 531 104 40
Binary 10000111 11010 110110 0 1010001 111100 101111 101011001 1000100 100000

Color Harmonies of #871A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A36

Black with #871A36

Text Example


Text Example

White with #871A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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