Html Css Color HEX #861139 Scarlett

📋 copy color: '#861139'

red 134 ◦ green 17 ◦ blue 57

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

Shades of Scarlett #861139

Tints of Scarlett #861139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 64.42%
G = 8.17%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#861139 (or 0x861139) is known color: Scarlett. HEX triplet: 86, 11 and 39. RGB value is (134,17,57). Sum of RGB (Red+Green+Blue) = 134+17+57=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861139 is #79EEC6. Grayscale: #383838. Windows color (decimal): -7990983 or 3740038. OLE color: 3740038.

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

Color convert

RGB 134 17 57 -
CMYK 0 0.87 0.57 0.47
HSL 339.49º 0.77% 0.3% -
HSV(B) 339.49º 0.87% 0.53% -
XYZ 10.77 5.76 4.42 -
YUV 56.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 134 17 57 0 0.87 0.57 0.47 339.49 0.77 0.3
Hex 86 11 39 0 57 39 2F 153 4D 1E
Octal 206 21 71 0 127 71 57 523 115 36
Binary 10000110 10001 111001 0 1010111 111001 101111 101010011 1001101 11110

Color Harmonies of #861139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861139

Black with #861139

Text Example


Text Example

White with #861139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861139; }

 p { color: rgb(134,17,57); }

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

background-color css

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

 a { background-color: rgb(134,17,57); }

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

border-color css

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

 span { border-color: rgb(134,17,57); }

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