Html Css Color HEX #861523 Scarlett

📋 copy color: '#861523'

red 134 ◦ green 21 ◦ blue 35

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

Shades of Scarlett #861523

Tints of Scarlett #861523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.42%

R = 70.53%
G = 11.05%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#861523 (or 0x861523) is known color: Scarlett. HEX triplet: 86, 15 and 23. RGB value is (134,21,35). Sum of RGB (Red+Green+Blue) = 134+21+35=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #861523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861523 is #79EADC. Grayscale: #383838. Windows color (decimal): -7989981 or 2299270. OLE color: 2299270.

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

Color convert

RGB 134 21 35 -
CMYK 0 0.84 0.74 0.47
HSL 352.57º 0.73% 0.3% -
HSV(B) 352.57º 0.84% 0.53% -
XYZ 10.4 5.73 2.15 -
YUV 56.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 134 21 35 0 0.84 0.74 0.47 352.57 0.73 0.3
Hex 86 15 23 0 54 4A 2F 161 49 1E
Octal 206 25 43 0 124 112 57 541 111 36
Binary 10000110 10101 100011 0 1010100 1001010 101111 101100001 1001001 11110

Color Harmonies of #861523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861523

Black with #861523

Text Example


Text Example

White with #861523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861523; }

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

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

background-color css

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

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

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

border-color css

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

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

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