Html Css Color HEX #861736 Scarlett

📋 copy color: '#861736'

red 134 ◦ green 23 ◦ blue 54

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

Shades of Scarlett #861736

Tints of Scarlett #861736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 63.51%
G = 10.9%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861736 (or 0x861736) is known color: Scarlett. HEX triplet: 86, 17 and 36. RGB value is (134,23,54). Sum of RGB (Red+Green+Blue) = 134+23+54=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861736 is #79E8C9. Grayscale: #3B3B3B. Windows color (decimal): -7989450 or 3544966. OLE color: 3544966.

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

Color convert

RGB 134 23 54 -
CMYK 0 0.83 0.60 0.47
HSL 343.24º 0.71% 0.31% -
HSV(B) 343.24º 0.83% 0.53% -
XYZ 10.8 5.95 4.07 -
YUV 59.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 134 23 54 0 0.83 0.60 0.47 343.24 0.71 0.31
Hex 86 17 36 0 53 3C 2F 157 47 1F
Octal 206 27 66 0 123 74 57 527 107 37
Binary 10000110 10111 110110 0 1010011 111100 101111 101010111 1000111 11111

Color Harmonies of #861736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861736

Black with #861736

Text Example


Text Example

White with #861736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861736; }

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

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

background-color css

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

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

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

border-color css

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

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

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