#41253D

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

Shades of Voodoo #41253D

Tints of Voodoo #41253D

Color information

#41253D (or 0x41253D) is unknown color: approx Voodoo. HEX triplet: 41, 25 and 3D. RGB value is (65,37,61). Sum of RGB (Red+Green+Blue) = 65+37+61=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41253D is #BEDAC2. Grayscale: #303030. Windows color (decimal): -12507843 or 4007233. OLE color: 4007233.

HSL color Cylindrical-coordinate representation of color #41253D: hue angle of 308.57º 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 #41253D is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB653761-
CMYK00.430.060.75
HSL308.57º27.45%20%-
HSV(B)308.57º43.08%25.49%-
XYZ3.682.784.76-
YUV48.11135.28140.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=39.88%
G=22.70%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65376100.430.060.75308.5727.4520
Hex41253D02B64B1351b14
Octal101457505361134653324
Binary1000001100101111101010101111010010111001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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