Html Css Color HEX #481E3D Voodoo

📋 copy color: '#481E3D'

red 72 ◦ green 30 ◦ blue 61

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

Shades of Voodoo #481E3D

Tints of Voodoo #481E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

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

R = 44.17%
G = 18.4%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#481E3D (or 0x481E3D) is known color: Voodoo. HEX triplet: 48, 1E and 3D. RGB value is (72,30,61). Sum of RGB (Red+Green+Blue) = 72+30+61=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E3D is #B7E1C2. Grayscale: #2E2E2E. Windows color (decimal): -12050883 or 4005448. OLE color: 4005448.

HSL color Cylindrical-coordinate representation of color #481E3D: hue angle of 315.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E3D is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 61 -
CMYK 0 0.58 0.15 0.72
HSL 315.71º 0.41% 0.2% -
HSV(B) 315.71º 0.58% 0.28% -
XYZ 3.98 2.64 4.72 -
YUV 46.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 72 30 61 0 0.58 0.15 0.72 315.71 0.41 0.2
Hex 48 1E 3D 0 3A F 48 13C 29 14
Octal 110 36 75 0 72 17 110 474 51 24
Binary 1001000 11110 111101 0 111010 1111 1001000 100111100 101001 10100

Color Harmonies of #481E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E3D

Black with #481E3D

Text Example


Text Example

White with #481E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E3D; }

 p { color: rgb(72,30,61); }

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

background-color css

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

 a { background-color: rgb(72,30,61); }

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

border-color css

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

 span { border-color: rgb(72,30,61); }

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