Html Css Color HEX #07270E Deep Fir

📋 copy color: '#07270E'

red 7 ◦ green 39 ◦ blue 14

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

Shades of Deep Fir #07270E

Tints of Deep Fir #07270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 65%

 BLUE value IS 14 (5.86% from 255) = 23.33%

R = 11.67%
G = 65%
B = 23.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#07270E (or 0x07270E) is known color: Deep Fir. HEX triplet: 07, 27 and 0E. RGB value is (7,39,14). Sum of RGB (Red+Green+Blue) = 7+39+14=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #07270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270E is #F8D8F1. Grayscale: #1A1A1A. Windows color (decimal): -16308466 or 927495. OLE color: 927495.

HSL color Cylindrical-coordinate representation of color #07270E: hue angle of 133.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07270E is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 39 14 -
CMYK 0.82 0 0.64 0.85
HSL 133.13º 0.7% 0.09% -
HSV(B) 133.13º 0.82% 0.15% -
XYZ 0.89 1.53 0.66 -
YUV 26.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 7 39 14 0.82 0 0.64 0.85 133.13 0.7 0.09
Hex 7 27 E 52 0 40 55 85 46 9
Octal 7 47 16 122 0 100 125 205 106 11
Binary 111 100111 1110 1010010 0 1000000 1010101 10000101 1000110 1001

Color Harmonies of #07270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07270E

Black with #07270E

Text Example


Text Example

White with #07270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07270E; }

 p { color: rgb(7,39,14); }

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

background-color css

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

 a { background-color: rgb(7,39,14); }

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

border-color css

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

 span { border-color: rgb(7,39,14); }

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