Html Css Color HEX #861437 Scarlett

📋 copy color: '#861437'

red 134 ◦ green 20 ◦ blue 55

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

Shades of Scarlett #861437

Tints of Scarlett #861437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.32%

R = 64.11%
G = 9.57%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#861437 (or 0x861437) is known color: Scarlett. HEX triplet: 86, 14 and 37. RGB value is (134,20,55). Sum of RGB (Red+Green+Blue) = 134+20+55=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #861437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861437 is #79EBC8. Grayscale: #3A3A3A. Windows color (decimal): -7990217 or 3609734. OLE color: 3609734.

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

Color convert

RGB 134 20 55 -
CMYK 0 0.85 0.59 0.47
HSL 341.58º 0.74% 0.3% -
HSV(B) 341.58º 0.85% 0.53% -
XYZ 10.77 5.84 4.17 -
YUV 58.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 134 20 55 0 0.85 0.59 0.47 341.58 0.74 0.3
Hex 86 14 37 0 55 3B 2F 156 4A 1E
Octal 206 24 67 0 125 73 57 526 112 36
Binary 10000110 10100 110111 0 1010101 111011 101111 101010110 1001010 11110

Color Harmonies of #861437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861437

Black with #861437

Text Example


Text Example

White with #861437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861437; }

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

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

background-color css

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

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

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

border-color css

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

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

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