Html Css Color HEX #441D3D Voodoo

📋 copy color: '#441D3D'

red 68 ◦ green 29 ◦ blue 61

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

Shades of Voodoo #441D3D

Tints of Voodoo #441D3D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 61 (24.22% from 255) = 38.61%

R = 43.04%
G = 18.35%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#441D3D (or 0x441D3D) is known color: Voodoo. HEX triplet: 44, 1D and 3D. RGB value is (68,29,61). Sum of RGB (Red+Green+Blue) = 68+29+61=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #441D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D3D is #BBE2C2. Grayscale: #2C2C2C. Windows color (decimal): -12313283 or 4005188. OLE color: 4005188.

HSL color Cylindrical-coordinate representation of color #441D3D: hue angle of 310.77º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D3D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 61 -
CMYK 0 0.57 0.10 0.73
HSL 310.77º 0.4% 0.19% -
HSV(B) 310.77º 0.57% 0.27% -
XYZ 3.67 2.44 4.69 -
YUV 44.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 68 29 61 0 0.57 0.10 0.73 310.77 0.4 0.19
Hex 44 1D 3D 0 39 A 49 137 28 13
Octal 104 35 75 0 71 12 111 467 50 23
Binary 1000100 11101 111101 0 111001 1010 1001001 100110111 101000 10011

Color Harmonies of #441D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D3D

Black with #441D3D

Text Example


Text Example

White with #441D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D3D; }

 p { color: rgb(68,29,61); }

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

background-color css

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

 a { background-color: rgb(68,29,61); }

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

border-color css

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

 span { border-color: rgb(68,29,61); }

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