Html Css Color HEX #07310D Deep Fir

📋 copy color: '#07310D'

red 7 ◦ green 49 ◦ blue 13

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

Shades of Deep Fir #07310D

Tints of Deep Fir #07310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 10.14%
G = 71.01%
B = 18.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#07310D (or 0x07310D) is known color: Deep Fir. HEX triplet: 07, 31 and 0D. RGB value is (7,49,13). Sum of RGB (Red+Green+Blue) = 7+49+13=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #07310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310D is #F8CEF2. Grayscale: #202020. Windows color (decimal): -16305907 or 864519. OLE color: 864519.

HSL color Cylindrical-coordinate representation of color #07310D: hue angle of 128.57º 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 #07310D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 13 -
CMYK 0.86 0 0.73 0.81
HSL 128.57º 0.75% 0.11% -
HSV(B) 128.57º 0.86% 0.19% -
XYZ 1.26 2.27 0.75 -
YUV 32.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 7 49 13 0.86 0 0.73 0.81 128.57 0.75 0.11
Hex 7 31 D 56 0 49 51 81 4B B
Octal 7 61 15 126 0 111 121 201 113 13
Binary 111 110001 1101 1010110 0 1001001 1010001 10000001 1001011 1011

Color Harmonies of #07310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07310D

Black with #07310D

Text Example


Text Example

White with #07310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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