#27090F

Color #27090F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #27090F

Tints of Rustic Red #27090F

Color information

#27090F (or 0x27090F) is unknown color: approx Rustic Red. HEX triplet: 27, 09 and 0F. RGB value is (39,9,15). Sum of RGB (Red+Green+Blue) = 39+9+15=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #27090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090F is #D8F6F0. Grayscale: #121212. Windows color (decimal): -14218993 or 985383. OLE color: 985383.

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

Color convert

RGB39915-
CMYK00.770.620.85
HSL348º62.5%9.41%-
HSV(B)348º76.92%15.29%-
XYZ1.020.660.53-
YUV18.65125.94142.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=61.90%
G=14.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3991500.770.620.8534862.59.41
Hex279F04D3E5515c3e9
Octal4711170115761255347611
Binary100111100111110100110111111010101011010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,9,15); }

 H1.HeaderClassName
 {
   color: #27090F;
 }
 .AnyTagClassName
 {
   color: #27090F;
 }
</style>
background-color css

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

 a { background-color: rgb(39,9,15); }

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

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

 span { border-color: rgb(39,9,15); }

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