Html Css Color HEX #4B2241 Voodoo

📋 copy color: '#4B2241'

red 75 ◦ green 34 ◦ blue 65

#4B2241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #4B2241

Tints of Voodoo #4B2241

RGB

 RED value IS 75 (29.69% from 255) = 43.1%

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 43.1%
G = 19.54%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B2241 (or 0x4B2241) is known color: Voodoo. HEX triplet: 4B, 22 and 41. RGB value is (75,34,65). Sum of RGB (Red+Green+Blue) = 75+34+65=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2241 is #B4DDBE. Grayscale: #313131. Windows color (decimal): -11853247 or 4268619. OLE color: 4268619.

HSL color Cylindrical-coordinate representation of color #4B2241: hue angle of 314.63º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2241 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 34 65 -
CMYK 0 0.55 0.13 0.71
HSL 314.63º 0.38% 0.21% -
HSV(B) 314.63º 0.55% 0.29% -
XYZ 4.43 3.02 5.35 -
YUV 49.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 75 34 65 0 0.55 0.13 0.71 314.63 0.38 0.21
Hex 4B 22 41 0 37 D 47 13B 26 15
Octal 113 42 101 0 67 15 107 473 46 25
Binary 1001011 100010 1000001 0 110111 1101 1000111 100111011 100110 10101

Color Harmonies of #4B2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2241

Black with #4B2241

Text Example


Text Example

White with #4B2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,65); }

 H1.HeaderClassName
 {
   color: #4B2241;
 }
 .AnyTagClassName
 {
   color: #4B2241;
 }
</style>

background-color css

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

 a { background-color: rgb(75,34,65); }

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

border-color css

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

 span { border-color: rgb(75,34,65); }

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