#330917

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

Shades of Rustic Red #330917

Tints of Rustic Red #330917

Color information

#330917 (or 0x330917) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 17. RGB value is (51,9,23). Sum of RGB (Red+Green+Blue) = 51+9+23=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330917 is #CCF6E8. Grayscale: #171717. Windows color (decimal): -13432553 or 1509683. OLE color: 1509683.

HSL color Cylindrical-coordinate representation of color #330917: hue angle of 340º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330917 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB51923-
CMYK00.820.550.8
HSL340º70%11.76%-
HSV(B)340º82.35%20%-
XYZ1.620.960.91-
YUV23.15127.91147.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=61.45%
G=10.84%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5192300.820.550.83407011.76
Hex33917052375015446c
Octal63112701226712052410614
Binary11001110011011101010010110111101000010101010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330917; }

 p { color: rgb(51,9,23); }

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

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

 a { background-color: rgb(51,9,23); }

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

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

 span { border-color: rgb(51,9,23); }

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