Html Css Color HEX #861527 Scarlett

📋 copy color: '#861527'

red 134 ◦ green 21 ◦ blue 39

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

Shades of Scarlett #861527

Tints of Scarlett #861527

RGB

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

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

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

R = 69.07%
G = 10.82%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#861527 (or 0x861527) is known color: Scarlett. HEX triplet: 86, 15 and 27. RGB value is (134,21,39). Sum of RGB (Red+Green+Blue) = 134+21+39=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #861527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861527 is #79EAD8. Grayscale: #383838. Windows color (decimal): -7989977 or 2561414. OLE color: 2561414.

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

Color convert

RGB 134 21 39 -
CMYK 0 0.84 0.71 0.47
HSL 350.44º 0.73% 0.3% -
HSV(B) 350.44º 0.84% 0.53% -
XYZ 10.47 5.75 2.48 -
YUV 56.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 134 21 39 0 0.84 0.71 0.47 350.44 0.73 0.3
Hex 86 15 27 0 54 47 2F 15E 49 1E
Octal 206 25 47 0 124 107 57 536 111 36
Binary 10000110 10101 100111 0 1010100 1000111 101111 101011110 1001001 11110

Color Harmonies of #861527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861527

Black with #861527

Text Example


Text Example

White with #861527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861527; }

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

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

background-color css

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

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

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

border-color css

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

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

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