Html Css Color HEX #8A0700 Dark Red

📋 copy color: '#8A0700'

red 138 ◦ green 7 ◦ blue 0

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

Shades of Dark Red #8A0700

Tints of Dark Red #8A0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.17%
G = 4.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A0700 (or 0x8A0700) is known color: Dark Red. HEX triplet: 8A, 07 and 00. RGB value is (138,7,0). Sum of RGB (Red+Green+Blue) = 138+7+0=145 (19% of max value = 765). Red value is 138 (54.30% from 255 or 95.17% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0700 is #75F8FF. Grayscale: #2D2D2D. Windows color (decimal): -7731456 or 1930. OLE color: 1930.

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

Color convert

RGB 138 7 0 -
CMYK 0 0.95 1 0.46
HSL 3.04º 1% 0.27% -
HSV(B) 3.04º 1% 0.54% -
XYZ 10.56 5.56 0.52 -
YUV 45.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 138 7 0 0 0.95 1 0.46 3.04 1 0.27
Hex 8A 7 0 0 5F 64 2E 3 64 1B
Octal 212 7 0 0 137 144 56 3 144 33
Binary 10001010 111 0 0 1011111 1100100 101110 11 1100100 11011

Color Harmonies of #8A0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0700

Black with #8A0700

Text Example


Text Example

White with #8A0700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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