Html Css Color HEX #07250F Deep Fir

📋 copy color: '#07250F'

red 7 ◦ green 37 ◦ blue 15

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

Shades of Deep Fir #07250F

Tints of Deep Fir #07250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 62.71%

 BLUE value IS 15 (6.25% from 255) = 25.42%

R = 11.86%
G = 62.71%
B = 25.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#07250F (or 0x07250F) is known color: Deep Fir. HEX triplet: 07, 25 and 0F. RGB value is (7,37,15). Sum of RGB (Red+Green+Blue) = 7+37+15=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #07250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250F is #F8DAF0. Grayscale: #191919. Windows color (decimal): -16308977 or 992519. OLE color: 992519.

HSL color Cylindrical-coordinate representation of color #07250F: hue angle of 136º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07250F is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 15 -
CMYK 0.81 0 0.59 0.85
HSL 136º 0.68% 0.09% -
HSV(B) 136º 0.81% 0.15% -
XYZ 0.84 1.4 0.68 -
YUV 25.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 7 37 15 0.81 0 0.59 0.85 136 0.68 0.09
Hex 7 25 F 51 0 3B 55 88 44 9
Octal 7 45 17 121 0 73 125 210 104 11
Binary 111 100101 1111 1010001 0 111011 1010101 10001000 1000100 1001

Color Harmonies of #07250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07250F

Black with #07250F

Text Example


Text Example

White with #07250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07250F; }

 p { color: rgb(7,37,15); }

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

background-color css

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

 a { background-color: rgb(7,37,15); }

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

border-color css

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

 span { border-color: rgb(7,37,15); }

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