Html Css Color HEX #861337 Scarlett

📋 copy color: '#861337'

red 134 ◦ green 19 ◦ blue 55

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

Shades of Scarlett #861337

Tints of Scarlett #861337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

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

R = 64.42%
G = 9.13%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#861337 (or 0x861337) is known color: Scarlett. HEX triplet: 86, 13 and 37. RGB value is (134,19,55). Sum of RGB (Red+Green+Blue) = 134+19+55=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861337 is #79ECC8. Grayscale: #393939. Windows color (decimal): -7990473 or 3609478. OLE color: 3609478.

HSL color Cylindrical-coordinate representation of color #861337: hue angle of 341.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861337 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 55 -
CMYK 0 0.86 0.59 0.47
HSL 341.22º 0.75% 0.3% -
HSV(B) 341.22º 0.86% 0.53% -
XYZ 10.75 5.81 4.17 -
YUV 57.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 134 19 55 0 0.86 0.59 0.47 341.22 0.75 0.3
Hex 86 13 37 0 56 3B 2F 155 4B 1E
Octal 206 23 67 0 126 73 57 525 113 36
Binary 10000110 10011 110111 0 1010110 111011 101111 101010101 1001011 11110

Color Harmonies of #861337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861337

Black with #861337

Text Example


Text Example

White with #861337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861337; }

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

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

background-color css

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

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

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

border-color css

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

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

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