Html Css Color HEX #8A1207 Dark Red

📋 copy color: '#8A1207'

red 138 ◦ green 18 ◦ blue 7

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

Shades of Dark Red #8A1207

Tints of Dark Red #8A1207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 84.66%
G = 11.04%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#8A1207 (or 0x8A1207) is known color: Dark Red. HEX triplet: 8A, 12 and 07. RGB value is (138,18,7). Sum of RGB (Red+Green+Blue) = 138+18+7=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1207 is #75EDF8. Grayscale: #343434. Windows color (decimal): -7728633 or 463498. OLE color: 463498.

HSL color Cylindrical-coordinate representation of color #8A1207: hue angle of 5.04º 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 #8A1207 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 18 7 -
CMYK 0 0.87 0.95 0.46
HSL 5.04º 0.9% 0.28% -
HSV(B) 5.04º 0.95% 0.54% -
XYZ 10.74 5.85 0.76 -
YUV 52.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 138 18 7 0 0.87 0.95 0.46 5.04 0.9 0.28
Hex 8A 12 7 0 57 5F 2E 5 5A 1C
Octal 212 22 7 0 127 137 56 5 132 34
Binary 10001010 10010 111 0 1010111 1011111 101110 101 1011010 11100

Color Harmonies of #8A1207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1207

Black with #8A1207

Text Example


Text Example

White with #8A1207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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