Html Css Color HEX #07270D Deep Fir

📋 copy color: '#07270D'

red 7 ◦ green 39 ◦ blue 13

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

Shades of Deep Fir #07270D

Tints of Deep Fir #07270D

RGB

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

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

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

R = 11.86%
G = 66.1%
B = 22.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#07270D (or 0x07270D) is known color: Deep Fir. HEX triplet: 07, 27 and 0D. RGB value is (7,39,13). Sum of RGB (Red+Green+Blue) = 7+39+13=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #07270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270D is #F8D8F2. Grayscale: #1A1A1A. Windows color (decimal): -16308467 or 861959. OLE color: 861959.

HSL color Cylindrical-coordinate representation of color #07270D: hue angle of 131.25º 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 #07270D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 39 13 -
CMYK 0.82 0 0.67 0.85
HSL 131.25º 0.7% 0.09% -
HSV(B) 131.25º 0.82% 0.15% -
XYZ 0.89 1.53 0.63 -
YUV 26.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 7 39 13 0.82 0 0.67 0.85 131.25 0.7 0.09
Hex 7 27 D 52 0 43 55 83 46 9
Octal 7 47 15 122 0 103 125 203 106 11
Binary 111 100111 1101 1010010 0 1000011 1010101 10000011 1000110 1001

Color Harmonies of #07270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07270D

Black with #07270D

Text Example


Text Example

White with #07270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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