Html Css Color HEX #482641 Voodoo

📋 copy color: '#482641'

red 72 ◦ green 38 ◦ blue 65

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

Shades of Voodoo #482641

Tints of Voodoo #482641

RGB

 RED value IS 72 (28.52% from 255) = 41.14%

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 41.14%
G = 21.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482641 (or 0x482641) is known color: Voodoo. HEX triplet: 48, 26 and 41. RGB value is (72,38,65). Sum of RGB (Red+Green+Blue) = 72+38+65=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482641 is #B7D9BE. Grayscale: #333333. Windows color (decimal): -12048831 or 4269640. OLE color: 4269640.

HSL color Cylindrical-coordinate representation of color #482641: hue angle of 312.35º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482641 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 65 -
CMYK 0 0.47 0.10 0.72
HSL 312.35º 0.31% 0.22% -
HSV(B) 312.35º 0.47% 0.28% -
XYZ 4.32 3.15 5.38 -
YUV 51.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 72 38 65 0 0.47 0.10 0.72 312.35 0.31 0.22
Hex 48 26 41 0 2F A 48 138 1F 16
Octal 110 46 101 0 57 12 110 470 37 26
Binary 1001000 100110 1000001 0 101111 1010 1001000 100111000 11111 10110

Color Harmonies of #482641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482641

Black with #482641

Text Example


Text Example

White with #482641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482641; }

 p { color: rgb(72,38,65); }

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

background-color css

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

 a { background-color: rgb(72,38,65); }

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

border-color css

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

 span { border-color: rgb(72,38,65); }

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