Html Css Color HEX #8A1529 Scarlett

📋 copy color: '#8A1529'

red 138 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #8A1529

Tints of Scarlett #8A1529

RGB

 RED value IS 138 (54.3% from 255) = 69%

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

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

R = 69%
G = 10.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A1529 (or 0x8A1529) is known color: Scarlett. HEX triplet: 8A, 15 and 29. RGB value is (138,21,41). Sum of RGB (Red+Green+Blue) = 138+21+41=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1529 is #75EAD6. Grayscale: #3A3A3A. Windows color (decimal): -7727831 or 2692490. OLE color: 2692490.

HSL color Cylindrical-coordinate representation of color #8A1529: hue angle of 349.74º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1529 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 21 41 -
CMYK 0 0.85 0.70 0.46
HSL 349.74º 0.74% 0.31% -
HSV(B) 349.74º 0.85% 0.54% -
XYZ 11.15 6.1 2.69 -
YUV 58.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 138 21 41 0 0.85 0.70 0.46 349.74 0.74 0.31
Hex 8A 15 29 0 55 46 2E 15E 4A 1F
Octal 212 25 51 0 125 106 56 536 112 37
Binary 10001010 10101 101001 0 1010101 1000110 101110 101011110 1001010 11111

Color Harmonies of #8A1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1529

Black with #8A1529

Text Example


Text Example

White with #8A1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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