#27080F

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

Shades of Rustic Red #27080F

Tints of Rustic Red #27080F

Color information

#27080F (or 0x27080F) is unknown color: approx Rustic Red. HEX triplet: 27, 08 and 0F. RGB value is (39,8,15). Sum of RGB (Red+Green+Blue) = 39+8+15=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #27080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27080F is #D8F7F0. Grayscale: #121212. Windows color (decimal): -14219249 or 985127. OLE color: 985127.

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

Color convert

RGB39815-
CMYK00.790.620.85
HSL346.45º65.96%9.22%-
HSV(B)346.45º79.49%15.29%-
XYZ1.010.640.52-
YUV18.07126.27142.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 62.90%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=62.90%
G=12.90%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3981500.790.620.85346.4565.969.22
Hex278F04F3E5515a429
Octal47101701177612553210211
Binary1001111000111101001111111110101010110101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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