Html Css Color HEX #86142B Scarlett

📋 copy color: '#86142B'

red 134 ◦ green 20 ◦ blue 43

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

Shades of Scarlett #86142B

Tints of Scarlett #86142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 68.02%
G = 10.15%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86142B (or 0x86142B) is known color: Scarlett. HEX triplet: 86, 14 and 2B. RGB value is (134,20,43). Sum of RGB (Red+Green+Blue) = 134+20+43=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142B is #79EBD4. Grayscale: #383838. Windows color (decimal): -7990229 or 2823302. OLE color: 2823302.

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

Color convert

RGB 134 20 43 -
CMYK 0 0.85 0.68 0.47
HSL 347.89º 0.74% 0.3% -
HSV(B) 347.89º 0.85% 0.53% -
XYZ 10.52 5.74 2.84 -
YUV 56.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 134 20 43 0 0.85 0.68 0.47 347.89 0.74 0.3
Hex 86 14 2B 0 55 44 2F 15C 4A 1E
Octal 206 24 53 0 125 104 57 534 112 36
Binary 10000110 10100 101011 0 1010101 1000100 101111 101011100 1001010 11110

Color Harmonies of #86142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86142B

Black with #86142B

Text Example


Text Example

White with #86142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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