Html Css Color HEX #86113B Scarlett

📋 copy color: '#86113B'

red 134 ◦ green 17 ◦ blue 59

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

Shades of Scarlett #86113B

Tints of Scarlett #86113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 63.81%
G = 8.1%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86113B (or 0x86113B) is known color: Scarlett. HEX triplet: 86, 11 and 3B. RGB value is (134,17,59). Sum of RGB (Red+Green+Blue) = 134+17+59=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86113B is #79EEC4. Grayscale: #383838. Windows color (decimal): -7990981 or 3871110. OLE color: 3871110.

HSL color Cylindrical-coordinate representation of color #86113B: hue angle of 338.46º 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 #86113B is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 59 -
CMYK 0 0.87 0.56 0.47
HSL 338.46º 0.77% 0.3% -
HSV(B) 338.46º 0.87% 0.53% -
XYZ 10.82 5.78 4.68 -
YUV 56.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 134 17 59 0 0.87 0.56 0.47 338.46 0.77 0.3
Hex 86 11 3B 0 57 38 2F 152 4D 1E
Octal 206 21 73 0 127 70 57 522 115 36
Binary 10000110 10001 111011 0 1010111 111000 101111 101010010 1001101 11110

Color Harmonies of #86113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86113B

Black with #86113B

Text Example


Text Example

White with #86113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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