Html Css Color HEX #861533 Scarlett

📋 copy color: '#861533'

red 134 ◦ green 21 ◦ blue 51

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

Shades of Scarlett #861533

Tints of Scarlett #861533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 65.05%
G = 10.19%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#861533 (or 0x861533) is known color: Scarlett. HEX triplet: 86, 15 and 33. RGB value is (134,21,51). Sum of RGB (Red+Green+Blue) = 134+21+51=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #861533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861533 is #79EACC. Grayscale: #3A3A3A. Windows color (decimal): -7989965 or 3347846. OLE color: 3347846.

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

Color convert

RGB 134 21 51 -
CMYK 0 0.84 0.62 0.47
HSL 344.07º 0.73% 0.3% -
HSV(B) 344.07º 0.84% 0.53% -
XYZ 10.7 5.84 3.7 -
YUV 58.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 134 21 51 0 0.84 0.62 0.47 344.07 0.73 0.3
Hex 86 15 33 0 54 3E 2F 158 49 1E
Octal 206 25 63 0 124 76 57 530 111 36
Binary 10000110 10101 110011 0 1010100 111110 101111 101011000 1001001 11110

Color Harmonies of #861533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861533

Black with #861533

Text Example


Text Example

White with #861533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861533; }

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

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

background-color css

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

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

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

border-color css

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

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

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