Html Css Color HEX #8A1132 Scarlett

📋 copy color: '#8A1132'

red 138 ◦ green 17 ◦ blue 50

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

Shades of Scarlett #8A1132

Tints of Scarlett #8A1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 67.32%
G = 8.29%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A1132 (or 0x8A1132) is known color: Scarlett. HEX triplet: 8A, 11 and 32. RGB value is (138,17,50). Sum of RGB (Red+Green+Blue) = 138+17+50=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1132 is #75EECD. Grayscale: #383838. Windows color (decimal): -7728846 or 3281290. OLE color: 3281290.

HSL color Cylindrical-coordinate representation of color #8A1132: hue angle of 343.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1132 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 50 -
CMYK 0 0.88 0.64 0.46
HSL 343.64º 0.78% 0.3% -
HSV(B) 343.64º 0.88% 0.54% -
XYZ 11.26 6.03 3.59 -
YUV 56.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 138 17 50 0 0.88 0.64 0.46 343.64 0.78 0.3
Hex 8A 11 32 0 58 40 2E 158 4E 1E
Octal 212 21 62 0 130 100 56 530 116 36
Binary 10001010 10001 110010 0 1011000 1000000 101110 101011000 1001110 11110

Color Harmonies of #8A1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1132

Black with #8A1132

Text Example


Text Example

White with #8A1132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,50); }

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

background-color css

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

 a { background-color: rgb(138,17,50); }

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

border-color css

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

 span { border-color: rgb(138,17,50); }

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