#270607

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

Shades of Rustic Red #270607

Tints of Rustic Red #270607

Color information

#270607 (or 0x270607) is unknown color: approx Rustic Red. HEX triplet: 27, 06 and 07. RGB value is (39,6,7). Sum of RGB (Red+Green+Blue) = 39+6+7=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #270607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270607 is #D8F9F8. Grayscale: #101010. Windows color (decimal): -14219769 or 460327. OLE color: 460327.

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

Color convert

RGB3967-
CMYK00.850.820.85
HSL358.18º73.33%8.82%-
HSV(B)358.18º84.62%15.29%-
XYZ0.940.580.26-
YUV15.98122.93144.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 7 (3.12% from 255) = 13.46%
R=75%
G=11.54%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal396700.850.820.85358.1873.338.82
Hex27670555255166499
Octal4767012512212554611111
Binary100111110111010101011010010101010110110011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270607; }

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

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

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

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

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

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

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

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