#390207

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

Shades of Rustic Red #390207

Tints of Rustic Red #390207

Color information

#390207 (or 0x390207) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 07. RGB value is (57,2,7). Sum of RGB (Red+Green+Blue) = 57+2+7=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390207 is #C6FDF8. Grayscale: #131313. Windows color (decimal): -13041145 or 459321. OLE color: 459321.

HSL color Cylindrical-coordinate representation of color #390207: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390207 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB5727-
CMYK00.960.880.78
HSL354.55º93.22%11.57%-
HSV(B)354.55º96.49%22.35%-
XYZ1.750.930.29-
YUV19.02121.22155.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 86.36%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=86.36%
G=3.03%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal572700.960.880.78354.5593.2211.57
Hex3927060584E1635dc
Octal7127014013011654313514
Binary11100110111011000001011000100111010110001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390207; }

 p { color: rgb(57,2,7); }

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

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

 a { background-color: rgb(57,2,7); }

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

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

 span { border-color: rgb(57,2,7); }

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