Html Css Color HEX #8A162C Scarlett

📋 copy color: '#8A162C'

red 138 ◦ green 22 ◦ blue 44

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

Shades of Scarlett #8A162C

Tints of Scarlett #8A162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 67.65%
G = 10.78%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A162C (or 0x8A162C) is known color: Scarlett. HEX triplet: 8A, 16 and 2C. RGB value is (138,22,44). Sum of RGB (Red+Green+Blue) = 138+22+44=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A162C is #75E9D3. Grayscale: #3B3B3B. Windows color (decimal): -7727572 or 2889354. OLE color: 2889354.

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

Color convert

RGB 138 22 44 -
CMYK 0 0.84 0.68 0.46
HSL 348.62º 0.73% 0.31% -
HSV(B) 348.62º 0.84% 0.54% -
XYZ 11.22 6.16 2.98 -
YUV 59.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 138 22 44 0 0.84 0.68 0.46 348.62 0.73 0.31
Hex 8A 16 2C 0 54 44 2E 15D 48 1F
Octal 212 26 54 0 124 104 56 535 110 37
Binary 10001010 10110 101100 0 1010100 1000100 101110 101011101 1001000 11111

Color Harmonies of #8A162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A162C

Black with #8A162C

Text Example


Text Example

White with #8A162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,22,44); }

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

background-color css

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

 a { background-color: rgb(138,22,44); }

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

border-color css

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

 span { border-color: rgb(138,22,44); }

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