Html Css Color HEX #86113D Scarlett

📋 copy color: '#86113D'

red 134 ◦ green 17 ◦ blue 61

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

Shades of Scarlett #86113D

Tints of Scarlett #86113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 63.21%
G = 8.02%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86113D (or 0x86113D) is known color: Scarlett. HEX triplet: 86, 11 and 3D. RGB value is (134,17,61). Sum of RGB (Red+Green+Blue) = 134+17+61=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86113D is #79EEC2. Grayscale: #383838. Windows color (decimal): -7990979 or 4002182. OLE color: 4002182.

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

Color convert

RGB 134 17 61 -
CMYK 0 0.87 0.54 0.47
HSL 337.44º 0.77% 0.3% -
HSV(B) 337.44º 0.87% 0.53% -
XYZ 10.87 5.81 4.96 -
YUV 57 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 134 17 61 0 0.87 0.54 0.47 337.44 0.77 0.3
Hex 86 11 3D 0 57 36 2F 151 4D 1E
Octal 206 21 75 0 127 66 57 521 115 36
Binary 10000110 10001 111101 0 1010111 110110 101111 101010001 1001101 11110

Color Harmonies of #86113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86113D

Black with #86113D

Text Example


Text Example

White with #86113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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