Html Css Color HEX #8A0A07 Dark Red

📋 copy color: '#8A0A07'

red 138 ◦ green 10 ◦ blue 7

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

Shades of Dark Red #8A0A07

Tints of Dark Red #8A0A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 89.03%
G = 6.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#8A0A07 (or 0x8A0A07) is known color: Dark Red. HEX triplet: 8A, 0A and 07. RGB value is (138,10,7). Sum of RGB (Red+Green+Blue) = 138+10+7=155 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.03% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0A07 is #75F5F8. Grayscale: #303030. Windows color (decimal): -7730681 or 461450. OLE color: 461450.

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

Color convert

RGB 138 10 7 -
CMYK 0 0.93 0.95 0.46
HSL 1.37º 0.9% 0.28% -
HSV(B) 1.37º 0.95% 0.54% -
XYZ 10.63 5.64 0.73 -
YUV 47.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 138 10 7 0 0.93 0.95 0.46 1.37 0.9 0.28
Hex 8A A 7 0 5D 5F 2E 1 5A 1C
Octal 212 12 7 0 135 137 56 1 132 34
Binary 10001010 1010 111 0 1011101 1011111 101110 1 1011010 11100

Color Harmonies of #8A0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A07

Black with #8A0A07

Text Example


Text Example

White with #8A0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,7); }

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

background-color css

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

 a { background-color: rgb(138,10,7); }

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

border-color css

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

 span { border-color: rgb(138,10,7); }

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