Html Css Color HEX #861827 Scarlett

📋 copy color: '#861827'

red 134 ◦ green 24 ◦ blue 39

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

Shades of Scarlett #861827

Tints of Scarlett #861827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 68.02%
G = 12.18%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#861827 (or 0x861827) is known color: Scarlett. HEX triplet: 86, 18 and 27. RGB value is (134,24,39). Sum of RGB (Red+Green+Blue) = 134+24+39=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #861827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861827 is #79E7D8. Grayscale: #3A3A3A. Windows color (decimal): -7989209 or 2562182. OLE color: 2562182.

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

Color convert

RGB 134 24 39 -
CMYK 0 0.82 0.71 0.47
HSL 351.82º 0.7% 0.31% -
HSV(B) 351.82º 0.82% 0.53% -
XYZ 10.52 5.87 2.5 -
YUV 58.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 134 24 39 0 0.82 0.71 0.47 351.82 0.7 0.31
Hex 86 18 27 0 52 47 2F 160 46 1F
Octal 206 30 47 0 122 107 57 540 106 37
Binary 10000110 11000 100111 0 1010010 1000111 101111 101100000 1000110 11111

Color Harmonies of #861827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861827

Black with #861827

Text Example


Text Example

White with #861827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861827; }

 p { color: rgb(134,24,39); }

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

background-color css

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

 a { background-color: rgb(134,24,39); }

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

border-color css

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

 span { border-color: rgb(134,24,39); }

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