#27080D

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

Shades of Rustic Red #27080D

Tints of Rustic Red #27080D

Color information

#27080D (or 0x27080D) is unknown color: approx Rustic Red. HEX triplet: 27, 08 and 0D. RGB value is (39,8,13). Sum of RGB (Red+Green+Blue) = 39+8+13=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #27080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27080D is #D8F7F2. Grayscale: #111111. Windows color (decimal): -14219251 or 854055. OLE color: 854055.

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

Color convert

RGB39813-
CMYK00.790.670.85
HSL350.32º65.96%9.22%-
HSV(B)350.32º79.49%15.29%-
XYZ10.630.45-
YUV17.84125.27143.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 65%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=65%
G=13.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3981300.790.670.85350.3265.969.22
Hex278D04F435515e429
Octal471015011710312553610211
Binary10011110001101010011111000011101010110101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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