Html Css Color HEX #871A34 Shiraz

📋 copy color: '#871A34'

red 135 ◦ green 26 ◦ blue 52

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

Shades of Shiraz #871A34

Tints of Shiraz #871A34

RGB

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

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

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

R = 63.38%
G = 12.21%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#871A34 (or 0x871A34) is known color: Shiraz. HEX triplet: 87, 1A and 34. RGB value is (135,26,52). Sum of RGB (Red+Green+Blue) = 135+26+52=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #871A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A34 is #78E5CB. Grayscale: #3D3D3D. Windows color (decimal): -7923148 or 3414663. OLE color: 3414663.

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

Color convert

RGB 135 26 52 -
CMYK 0 0.81 0.61 0.47
HSL 345.69º 0.68% 0.32% -
HSV(B) 345.69º 0.81% 0.53% -
XYZ 10.98 6.14 3.85 -
YUV 61.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 135 26 52 0 0.81 0.61 0.47 345.69 0.68 0.32
Hex 87 1A 34 0 51 3D 2F 15A 44 20
Octal 207 32 64 0 121 75 57 532 104 40
Binary 10000111 11010 110100 0 1010001 111101 101111 101011010 1000100 100000

Color Harmonies of #871A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A34

Black with #871A34

Text Example


Text Example

White with #871A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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