Html Css Color HEX #8A020E Sangria

📋 copy color: '#8A020E'

red 138 ◦ green 2 ◦ blue 14

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

Shades of Sangria #8A020E

Tints of Sangria #8A020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 14 (5.86% from 255) = 9.09%

R = 89.61%
G = 1.3%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#8A020E (or 0x8A020E) is known color: Sangria. HEX triplet: 8A, 02 and 0E. RGB value is (138,2,14). Sum of RGB (Red+Green+Blue) = 138+2+14=154 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.61% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 138 - color contains mainly: red. Hex color #8A020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A020E is #75FDF1. Grayscale: #2C2C2C. Windows color (decimal): -7732722 or 918154. OLE color: 918154.

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

Color convert

RGB 138 2 14 -
CMYK 0 0.99 0.90 0.46
HSL 354.71º 0.97% 0.27% -
HSV(B) 354.71º 0.99% 0.54% -
XYZ 10.58 5.48 0.92 -
YUV 44.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 138 2 14 0 0.99 0.90 0.46 354.71 0.97 0.27
Hex 8A 2 E 0 63 5A 2E 163 61 1B
Octal 212 2 16 0 143 132 56 543 141 33
Binary 10001010 10 1110 0 1100011 1011010 101110 101100011 1100001 11011

Color Harmonies of #8A020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A020E

Black with #8A020E

Text Example


Text Example

White with #8A020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,14); }

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

background-color css

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

 a { background-color: rgb(138,2,14); }

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

border-color css

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

 span { border-color: rgb(138,2,14); }

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