Html Css Color HEX #073115 Deep Fir

📋 copy color: '#073115'

red 7 ◦ green 49 ◦ blue 21

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

Shades of Deep Fir #073115

Tints of Deep Fir #073115

RGB

 RED value IS 7 (3.13% from 255) = 9.09%

 GREEN value IS 49 (19.53% from 255) = 63.64%

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 9.09%
G = 63.64%
B = 27.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#073115 (or 0x073115) is known color: Deep Fir. HEX triplet: 07, 31 and 15. RGB value is (7,49,21). Sum of RGB (Red+Green+Blue) = 7+49+21=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #073115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073115 is #F8CEEA. Grayscale: #212121. Windows color (decimal): -16305899 or 1388807. OLE color: 1388807.

HSL color Cylindrical-coordinate representation of color #073115: hue angle of 140º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073115 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 21 -
CMYK 0.86 0 0.57 0.81
HSL 140º 0.75% 0.11% -
HSV(B) 140º 0.86% 0.19% -
XYZ 1.32 2.3 1.08 -
YUV 33.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 7 49 21 0.86 0 0.57 0.81 140 0.75 0.11
Hex 7 31 15 56 0 39 51 8C 4B B
Octal 7 61 25 126 0 71 121 214 113 13
Binary 111 110001 10101 1010110 0 111001 1010001 10001100 1001011 1011

Color Harmonies of #073115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073115

Black with #073115

Text Example


Text Example

White with #073115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073115; }

 p { color: rgb(7,49,21); }

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

background-color css

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

 a { background-color: rgb(7,49,21); }

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

border-color css

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

 span { border-color: rgb(7,49,21); }

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