Html Css Color HEX #861638 Scarlett

📋 copy color: '#861638'

red 134 ◦ green 22 ◦ blue 56

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

Shades of Scarlett #861638

Tints of Scarlett #861638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 63.21%
G = 10.38%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#861638 (or 0x861638) is known color: Scarlett. HEX triplet: 86, 16 and 38. RGB value is (134,22,56). Sum of RGB (Red+Green+Blue) = 134+22+56=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #861638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861638 is #79E9C7. Grayscale: #3B3B3B. Windows color (decimal): -7989704 or 3675782. OLE color: 3675782.

HSL color Cylindrical-coordinate representation of color #861638: hue angle of 341.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861638 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 56 -
CMYK 0 0.84 0.58 0.47
HSL 341.79º 0.72% 0.31% -
HSV(B) 341.79º 0.84% 0.53% -
XYZ 10.83 5.93 4.31 -
YUV 59.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 134 22 56 0 0.84 0.58 0.47 341.79 0.72 0.31
Hex 86 16 38 0 54 3A 2F 156 48 1F
Octal 206 26 70 0 124 72 57 526 110 37
Binary 10000110 10110 111000 0 1010100 111010 101111 101010110 1001000 11111

Color Harmonies of #861638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861638

Black with #861638

Text Example


Text Example

White with #861638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861638; }

 p { color: rgb(134,22,56); }

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

background-color css

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

 a { background-color: rgb(134,22,56); }

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

border-color css

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

 span { border-color: rgb(134,22,56); }

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