Html Css Color HEX #86142F Scarlett

📋 copy color: '#86142F'

red 134 ◦ green 20 ◦ blue 47

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

Shades of Scarlett #86142F

Tints of Scarlett #86142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 66.67%
G = 9.95%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86142F (or 0x86142F) is known color: Scarlett. HEX triplet: 86, 14 and 2F. RGB value is (134,20,47). Sum of RGB (Red+Green+Blue) = 134+20+47=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142F is #79EBD0. Grayscale: #393939. Windows color (decimal): -7990225 or 3085446. OLE color: 3085446.

HSL color Cylindrical-coordinate representation of color #86142F: hue angle of 345.79º 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 #86142F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 47 -
CMYK 0 0.85 0.65 0.47
HSL 345.79º 0.74% 0.3% -
HSV(B) 345.79º 0.85% 0.53% -
XYZ 10.59 5.77 3.25 -
YUV 57.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 134 20 47 0 0.85 0.65 0.47 345.79 0.74 0.3
Hex 86 14 2F 0 55 41 2F 15A 4A 1E
Octal 206 24 57 0 125 101 57 532 112 36
Binary 10000110 10100 101111 0 1010101 1000001 101111 101011010 1001010 11110

Color Harmonies of #86142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86142F

Black with #86142F

Text Example


Text Example

White with #86142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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