Html Css Color HEX #86142A Scarlett

📋 copy color: '#86142A'

red 134 ◦ green 20 ◦ blue 42

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

Shades of Scarlett #86142A

Tints of Scarlett #86142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 68.37%
G = 10.2%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86142A (or 0x86142A) is known color: Scarlett. HEX triplet: 86, 14 and 2A. RGB value is (134,20,42). Sum of RGB (Red+Green+Blue) = 134+20+42=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142A is #79EBD5. Grayscale: #383838. Windows color (decimal): -7990230 or 2757766. OLE color: 2757766.

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

Color convert

RGB 134 20 42 -
CMYK 0 0.85 0.69 0.47
HSL 348.42º 0.74% 0.3% -
HSV(B) 348.42º 0.85% 0.53% -
XYZ 10.5 5.74 2.74 -
YUV 56.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 134 20 42 0 0.85 0.69 0.47 348.42 0.74 0.3
Hex 86 14 2A 0 55 45 2F 15C 4A 1E
Octal 206 24 52 0 125 105 57 534 112 36
Binary 10000110 10100 101010 0 1010101 1000101 101111 101011100 1001010 11110

Color Harmonies of #86142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86142A

Black with #86142A

Text Example


Text Example

White with #86142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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