Html Css Color HEX #861336 Scarlett

📋 copy color: '#861336'

red 134 ◦ green 19 ◦ blue 54

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

Shades of Scarlett #861336

Tints of Scarlett #861336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 64.73%
G = 9.18%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861336 (or 0x861336) is known color: Scarlett. HEX triplet: 86, 13 and 36. RGB value is (134,19,54). Sum of RGB (Red+Green+Blue) = 134+19+54=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861336 is #79ECC9. Grayscale: #393939. Windows color (decimal): -7990474 or 3543942. OLE color: 3543942.

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

Color convert

RGB 134 19 54 -
CMYK 0 0.86 0.60 0.47
HSL 341.74º 0.75% 0.3% -
HSV(B) 341.74º 0.86% 0.53% -
XYZ 10.73 5.8 4.04 -
YUV 57.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 134 19 54 0 0.86 0.60 0.47 341.74 0.75 0.3
Hex 86 13 36 0 56 3C 2F 156 4B 1E
Octal 206 23 66 0 126 74 57 526 113 36
Binary 10000110 10011 110110 0 1010110 111100 101111 101010110 1001011 11110

Color Harmonies of #861336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861336

Black with #861336

Text Example


Text Example

White with #861336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861336; }

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

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

background-color css

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

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

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

border-color css

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

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

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