Html Css Color HEX #8A0411 Sangria

📋 copy color: '#8A0411'

red 138 ◦ green 4 ◦ blue 17

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

Shades of Sangria #8A0411

Tints of Sangria #8A0411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 17 (7.03% from 255) = 10.69%

R = 86.79%
G = 2.52%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A0411 (or 0x8A0411) is known color: Sangria. HEX triplet: 8A, 04 and 11. RGB value is (138,4,17). Sum of RGB (Red+Green+Blue) = 138+4+17=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0411 is #75FBEE. Grayscale: #2D2D2D. Windows color (decimal): -7732207 or 1115274. OLE color: 1115274.

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

Color convert

RGB 138 4 17 -
CMYK 0 0.97 0.88 0.46
HSL 354.18º 0.94% 0.28% -
HSV(B) 354.18º 0.97% 0.54% -
XYZ 10.63 5.53 1.04 -
YUV 45.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 138 4 17 0 0.97 0.88 0.46 354.18 0.94 0.28
Hex 8A 4 11 0 61 58 2E 162 5E 1C
Octal 212 4 21 0 141 130 56 542 136 34
Binary 10001010 100 10001 0 1100001 1011000 101110 101100010 1011110 11100

Color Harmonies of #8A0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0411

Black with #8A0411

Text Example


Text Example

White with #8A0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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