#4B233E

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

Shades of Voodoo #4B233E

Tints of Voodoo #4B233E

Color information

#4B233E (or 0x4B233E) is unknown color: approx Voodoo. HEX triplet: 4B, 23 and 3E. RGB value is (75,35,62). Sum of RGB (Red+Green+Blue) = 75+35+62=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B233E is #B4DCC1. Grayscale: #313131. Windows color (decimal): -11852994 or 4072267. OLE color: 4072267.

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

Color convert

RGB753562-
CMYK00.530.170.71
HSL319.5º36.36%21.57%-
HSV(B)319.5º53.33%29.41%-
XYZ4.373.054.91-
YUV50.04134.75145.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=43.60%
G=20.35%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75356200.530.170.71319.536.3621.57
Hex4B233E03511471402416
Octal1134376065211075004426
Binary1001011100011111110011010110001100011110100000010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,62); }

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

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

 a { background-color: rgb(75,35,62); }

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

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

 span { border-color: rgb(75,35,62); }

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