Html Css Color HEX #861418 Sangria

📋 copy color: '#861418'

red 134 ◦ green 20 ◦ blue 24

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

Shades of Sangria #861418

Tints of Sangria #861418

RGB

 RED value IS 134 (52.73% from 255) = 75.28%

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 24 (9.77% from 255) = 13.48%

R = 75.28%
G = 11.24%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#861418 (or 0x861418) is known color: Sangria. HEX triplet: 86, 14 and 18. RGB value is (134,20,24). Sum of RGB (Red+Green+Blue) = 134+20+24=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #861418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861418 is #79EBE7. Grayscale: #363636. Windows color (decimal): -7990248 or 1578118. OLE color: 1578118.

HSL color Cylindrical-coordinate representation of color #861418: hue angle of 357.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861418 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 24 -
CMYK 0 0.85 0.82 0.47
HSL 357.89º 0.74% 0.3% -
HSV(B) 357.89º 0.85% 0.53% -
XYZ 10.25 5.63 1.41 -
YUV 54.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 134 20 24 0 0.85 0.82 0.47 357.89 0.74 0.3
Hex 86 14 18 0 55 52 2F 166 4A 1E
Octal 206 24 30 0 125 122 57 546 112 36
Binary 10000110 10100 11000 0 1010101 1010010 101111 101100110 1001010 11110

Color Harmonies of #861418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861418

Black with #861418

Text Example


Text Example

White with #861418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861418; }

 p { color: rgb(134,20,24); }

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

background-color css

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

 a { background-color: rgb(134,20,24); }

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

border-color css

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

 span { border-color: rgb(134,20,24); }

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