Html Css Color HEX #861231 Scarlett

📋 copy color: '#861231'

red 134 ◦ green 18 ◦ blue 49

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

Shades of Scarlett #861231

Tints of Scarlett #861231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 66.67%
G = 8.96%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#861231 (or 0x861231) is known color: Scarlett. HEX triplet: 86, 12 and 31. RGB value is (134,18,49). Sum of RGB (Red+Green+Blue) = 134+18+49=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #861231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861231 is #79EDCE. Grayscale: #383838. Windows color (decimal): -7990735 or 3216006. OLE color: 3216006.

HSL color Cylindrical-coordinate representation of color #861231: hue angle of 343.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861231 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 49 -
CMYK 0 0.87 0.63 0.47
HSL 343.97º 0.76% 0.3% -
HSV(B) 343.97º 0.87% 0.53% -
XYZ 10.6 5.72 3.45 -
YUV 56.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 134 18 49 0 0.87 0.63 0.47 343.97 0.76 0.3
Hex 86 12 31 0 57 3F 2F 158 4C 1E
Octal 206 22 61 0 127 77 57 530 114 36
Binary 10000110 10010 110001 0 1010111 111111 101111 101011000 1001100 11110

Color Harmonies of #861231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861231

Black with #861231

Text Example


Text Example

White with #861231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861231; }

 p { color: rgb(134,18,49); }

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

background-color css

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

 a { background-color: rgb(134,18,49); }

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

border-color css

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

 span { border-color: rgb(134,18,49); }

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