Html Css Color HEX #86142C Scarlett

📋 copy color: '#86142C'

red 134 ◦ green 20 ◦ blue 44

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

Shades of Scarlett #86142C

Tints of Scarlett #86142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 67.68%
G = 10.1%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86142C (or 0x86142C) is known color: Scarlett. HEX triplet: 86, 14 and 2C. RGB value is (134,20,44). Sum of RGB (Red+Green+Blue) = 134+20+44=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142C is #79EBD3. Grayscale: #383838. Windows color (decimal): -7990228 or 2888838. OLE color: 2888838.

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

Color convert

RGB 134 20 44 -
CMYK 0 0.85 0.67 0.47
HSL 347.37º 0.74% 0.3% -
HSV(B) 347.37º 0.85% 0.53% -
XYZ 10.54 5.75 2.94 -
YUV 56.82 120.77 183.05 -
System Red Green Blue C M Y K H S L
Decimal 134 20 44 0 0.85 0.67 0.47 347.37 0.74 0.3
Hex 86 14 2C 0 55 43 2F 15B 4A 1E
Octal 206 24 54 0 125 103 57 533 112 36
Binary 10000110 10100 101100 0 1010101 1000011 101111 101011011 1001010 11110

Color Harmonies of #86142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86142C

Black with #86142C

Text Example


Text Example

White with #86142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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