Html Css Color HEX #8A1528 Scarlett

📋 copy color: '#8A1528'

red 138 ◦ green 21 ◦ blue 40

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

Shades of Scarlett #8A1528

Tints of Scarlett #8A1528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 69.35%
G = 10.55%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#8A1528 (or 0x8A1528) is known color: Scarlett. HEX triplet: 8A, 15 and 28. RGB value is (138,21,40). Sum of RGB (Red+Green+Blue) = 138+21+40=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1528 is #75EAD7. Grayscale: #3A3A3A. Windows color (decimal): -7727832 or 2626954. OLE color: 2626954.

HSL color Cylindrical-coordinate representation of color #8A1528: hue angle of 350.26º 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 #8A1528 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 21 40 -
CMYK 0 0.85 0.71 0.46
HSL 350.26º 0.74% 0.31% -
HSV(B) 350.26º 0.85% 0.54% -
XYZ 11.13 6.09 2.6 -
YUV 58.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 138 21 40 0 0.85 0.71 0.46 350.26 0.74 0.31
Hex 8A 15 28 0 55 47 2E 15E 4A 1F
Octal 212 25 50 0 125 107 56 536 112 37
Binary 10001010 10101 101000 0 1010101 1000111 101110 101011110 1001010 11111

Color Harmonies of #8A1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1528

Black with #8A1528

Text Example


Text Example

White with #8A1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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