Html Css Color HEX #442541 Voodoo

📋 copy color: '#442541'

red 68 ◦ green 37 ◦ blue 65

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

Shades of Voodoo #442541

Tints of Voodoo #442541

RGB

 RED value IS 68 (26.95% from 255) = 40%

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 40%
G = 21.76%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#442541 (or 0x442541) is known color: Voodoo. HEX triplet: 44, 25 and 41. RGB value is (68,37,65). Sum of RGB (Red+Green+Blue) = 68+37+65=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #442541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442541 is #BBDABE. Grayscale: #313131. Windows color (decimal): -12311231 or 4269380. OLE color: 4269380.

HSL color Cylindrical-coordinate representation of color #442541: hue angle of 305.81º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442541 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 65 -
CMYK 0 0.46 0.04 0.73
HSL 305.81º 0.3% 0.21% -
HSV(B) 305.81º 0.46% 0.27% -
XYZ 4 2.93 5.36 -
YUV 49.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 68 37 65 0 0.46 0.04 0.73 305.81 0.3 0.21
Hex 44 25 41 0 2E 4 49 132 1E 15
Octal 104 45 101 0 56 4 111 462 36 25
Binary 1000100 100101 1000001 0 101110 100 1001001 100110010 11110 10101

Color Harmonies of #442541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442541

Black with #442541

Text Example


Text Example

White with #442541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442541; }

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

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

background-color css

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

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

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

border-color css

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

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

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