#41253A

Color #41253A Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #41253A

Tints of Voodoo #41253A

Color information

#41253A (or 0x41253A) is unknown color: approx Voodoo. HEX triplet: 41, 25 and 3A. RGB value is (65,37,58). Sum of RGB (Red+Green+Blue) = 65+37+58=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41253A is #BEDAC5. Grayscale: #2F2F2F. Windows color (decimal): -12507846 or 3810625. OLE color: 3810625.

HSL color Cylindrical-coordinate representation of color #41253A: hue angle of 315º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41253A is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB653758-
CMYK00.430.110.75
HSL315º27.45%20%-
HSV(B)315º43.08%25.49%-
XYZ3.612.754.34-
YUV47.77133.78140.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=40.62%
G=23.12%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375800.430.110.7531527.4520
Hex41253A02BB4B13b1b14
Octal1014572053131134733324
Binary10000011001011110100101011101110010111001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41253A; }

 p { color: rgb(65,37,58); }

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

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

 a { background-color: rgb(65,37,58); }

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

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

 span { border-color: rgb(65,37,58); }

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