Html Css Color HEX #861531 Scarlett

📋 copy color: '#861531'

red 134 ◦ green 21 ◦ blue 49

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

Shades of Scarlett #861531

Tints of Scarlett #861531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 65.69%
G = 10.29%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#861531 (or 0x861531) is known color: Scarlett. HEX triplet: 86, 15 and 31. RGB value is (134,21,49). Sum of RGB (Red+Green+Blue) = 134+21+49=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #861531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861531 is #79EACE. Grayscale: #393939. Windows color (decimal): -7989967 or 3216774. OLE color: 3216774.

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

Color convert

RGB 134 21 49 -
CMYK 0 0.84 0.63 0.47
HSL 345.13º 0.73% 0.3% -
HSV(B) 345.13º 0.84% 0.53% -
XYZ 10.65 5.83 3.47 -
YUV 57.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 134 21 49 0 0.84 0.63 0.47 345.13 0.73 0.3
Hex 86 15 31 0 54 3F 2F 159 49 1E
Octal 206 25 61 0 124 77 57 531 111 36
Binary 10000110 10101 110001 0 1010100 111111 101111 101011001 1001001 11110

Color Harmonies of #861531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861531

Black with #861531

Text Example


Text Example

White with #861531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861531; }

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

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

background-color css

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

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

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

border-color css

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

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

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