#4B253F

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

Shades of Voodoo #4B253F

Tints of Voodoo #4B253F

Color information

#4B253F (or 0x4B253F) is unknown color: approx Voodoo. HEX triplet: 4B, 25 and 3F. RGB value is (75,37,63). Sum of RGB (Red+Green+Blue) = 75+37+63=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253F is #B4DAC0. Grayscale: #333333. Windows color (decimal): -11852481 or 4138315. OLE color: 4138315.

HSL color Cylindrical-coordinate representation of color #4B253F: hue angle of 318.95º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B253F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB753763-
CMYK00.510.160.71
HSL318.95º33.93%21.96%-
HSV(B)318.95º50.67%29.41%-
XYZ4.463.185.08-
YUV51.33134.59144.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 63 (25% from 255) = 36%
R=42.86%
G=21.14%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75376300.510.160.71318.9533.9321.96
Hex4B253F033104713f2216
Octal1134577063201074774226
Binary1001011100101111111011001110000100011110011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B253F; }

 p { color: rgb(75,37,63); }

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

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

 a { background-color: rgb(75,37,63); }

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

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

 span { border-color: rgb(75,37,63); }

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