#27070D

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

Shades of Rustic Red #27070D

Tints of Rustic Red #27070D

Color information

#27070D (or 0x27070D) is unknown color: approx Rustic Red. HEX triplet: 27, 07 and 0D. RGB value is (39,7,13). Sum of RGB (Red+Green+Blue) = 39+7+13=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #27070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27070D is #D8F8F2. Grayscale: #111111. Windows color (decimal): -14219507 or 853799. OLE color: 853799.

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

Color convert

RGB39713-
CMYK00.820.670.85
HSL348.75º69.57%9.02%-
HSV(B)348.75º82.05%15.29%-
XYZ0.990.610.45-
YUV17.25125.6143.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=66.10%
G=11.86%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3971300.820.670.85348.7569.579.02
Hex277D052435515d469
Octal47715012210312553510611
Binary1001111111101010100101000011101010110101110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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