Html Css Color HEX #8A1429 Scarlett

📋 copy color: '#8A1429'

red 138 ◦ green 20 ◦ blue 41

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

Shades of Scarlett #8A1429

Tints of Scarlett #8A1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 69.35%
G = 10.05%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A1429 (or 0x8A1429) is known color: Scarlett. HEX triplet: 8A, 14 and 29. RGB value is (138,20,41). Sum of RGB (Red+Green+Blue) = 138+20+41=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1429 is #75EBD6. Grayscale: #393939. Windows color (decimal): -7728087 or 2692234. OLE color: 2692234.

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

Color convert

RGB 138 20 41 -
CMYK 0 0.86 0.70 0.46
HSL 349.32º 0.75% 0.31% -
HSV(B) 349.32º 0.86% 0.54% -
XYZ 11.13 6.06 2.68 -
YUV 57.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 138 20 41 0 0.86 0.70 0.46 349.32 0.75 0.31
Hex 8A 14 29 0 56 46 2E 15D 4B 1F
Octal 212 24 51 0 126 106 56 535 113 37
Binary 10001010 10100 101001 0 1010110 1000110 101110 101011101 1001011 11111

Color Harmonies of #8A1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1429

Black with #8A1429

Text Example


Text Example

White with #8A1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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