Html Css Color HEX #861422 Scarlett

📋 copy color: '#861422'

red 134 ◦ green 20 ◦ blue 34

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

Shades of Scarlett #861422

Tints of Scarlett #861422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 71.28%
G = 10.64%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#861422 (or 0x861422) is known color: Scarlett. HEX triplet: 86, 14 and 22. RGB value is (134,20,34). Sum of RGB (Red+Green+Blue) = 134+20+34=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #861422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861422 is #79EBDD. Grayscale: #373737. Windows color (decimal): -7990238 or 2233478. OLE color: 2233478.

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

Color convert

RGB 134 20 34 -
CMYK 0 0.85 0.75 0.47
HSL 352.63º 0.74% 0.3% -
HSV(B) 352.63º 0.85% 0.53% -
XYZ 10.37 5.68 2.06 -
YUV 55.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 134 20 34 0 0.85 0.75 0.47 352.63 0.74 0.3
Hex 86 14 22 0 55 4B 2F 161 4A 1E
Octal 206 24 42 0 125 113 57 541 112 36
Binary 10000110 10100 100010 0 1010101 1001011 101111 101100001 1001010 11110

Color Harmonies of #861422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861422

Black with #861422

Text Example


Text Example

White with #861422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861422; }

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

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

background-color css

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

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

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

border-color css

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

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

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