Html Css Color HEX #8F0704 Dark Red

📋 copy color: '#8F0704'

red 143 ◦ green 7 ◦ blue 4

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

Shades of Dark Red #8F0704

Tints of Dark Red #8F0704

RGB

 RED value IS 143 (56.25% from 255) = 92.86%

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 92.86%
G = 4.55%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F0704 (or 0x8F0704) is known color: Dark Red. HEX triplet: 8F, 07 and 04. RGB value is (143,7,4). Sum of RGB (Red+Green+Blue) = 143+7+4=154 (20% of max value = 765). Red value is 143 (56.25% from 255 or 92.86% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0704 is #70F8FB. Grayscale: #2F2F2F. Windows color (decimal): -7403772 or 264079. OLE color: 264079.

HSL color Cylindrical-coordinate representation of color #8F0704: hue angle of 1.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0704 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 7 4 -
CMYK 0 0.95 0.97 0.44
HSL 1.29º 0.95% 0.29% -
HSV(B) 1.29º 0.97% 0.56% -
XYZ 11.43 6 0.67 -
YUV 47.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 143 7 4 0 0.95 0.97 0.44 1.29 0.95 0.29
Hex 8F 7 4 0 5F 61 2C 1 5F 1D
Octal 217 7 4 0 137 141 54 1 137 35
Binary 10001111 111 100 0 1011111 1100001 101100 1 1011111 11101

Color Harmonies of #8F0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0704

Black with #8F0704

Text Example


Text Example

White with #8F0704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,4); }

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

background-color css

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

 a { background-color: rgb(143,7,4); }

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

border-color css

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

 span { border-color: rgb(143,7,4); }

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