Html Css Color HEX #861829 Scarlett

📋 copy color: '#861829'

red 134 ◦ green 24 ◦ blue 41

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

Shades of Scarlett #861829

Tints of Scarlett #861829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 67.34%
G = 12.06%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#861829 (or 0x861829) is known color: Scarlett. HEX triplet: 86, 18 and 29. RGB value is (134,24,41). Sum of RGB (Red+Green+Blue) = 134+24+41=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #861829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861829 is #79E7D6. Grayscale: #3A3A3A. Windows color (decimal): -7989207 or 2693254. OLE color: 2693254.

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

Color convert

RGB 134 24 41 -
CMYK 0 0.82 0.69 0.47
HSL 350.73º 0.7% 0.31% -
HSV(B) 350.73º 0.82% 0.53% -
XYZ 10.56 5.88 2.68 -
YUV 58.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 134 24 41 0 0.82 0.69 0.47 350.73 0.7 0.31
Hex 86 18 29 0 52 45 2F 15F 46 1F
Octal 206 30 51 0 122 105 57 537 106 37
Binary 10000110 11000 101001 0 1010010 1000101 101111 101011111 1000110 11111

Color Harmonies of #861829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861829

Black with #861829

Text Example


Text Example

White with #861829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861829; }

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

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

background-color css

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

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

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

border-color css

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

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

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