Html Css Color HEX #861529 Scarlett

📋 copy color: '#861529'

red 134 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #861529

Tints of Scarlett #861529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.92%

R = 68.37%
G = 10.71%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#861529 (or 0x861529) is known color: Scarlett. HEX triplet: 86, 15 and 29. RGB value is (134,21,41). Sum of RGB (Red+Green+Blue) = 134+21+41=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #861529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861529 is #79EAD6. Grayscale: #393939. Windows color (decimal): -7989975 or 2692486. OLE color: 2692486.

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

Color convert

RGB 134 21 41 -
CMYK 0 0.84 0.69 0.47
HSL 349.38º 0.73% 0.3% -
HSV(B) 349.38º 0.84% 0.53% -
XYZ 10.5 5.76 2.66 -
YUV 57.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 134 21 41 0 0.84 0.69 0.47 349.38 0.73 0.3
Hex 86 15 29 0 54 45 2F 15D 49 1E
Octal 206 25 51 0 124 105 57 535 111 36
Binary 10000110 10101 101001 0 1010100 1000101 101111 101011101 1001001 11110

Color Harmonies of #861529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861529

Black with #861529

Text Example


Text Example

White with #861529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861529; }

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

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

background-color css

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

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

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

border-color css

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

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

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