Html Css Color HEX #482741 Voodoo

📋 copy color: '#482741'

red 72 ◦ green 39 ◦ blue 65

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

Shades of Voodoo #482741

Tints of Voodoo #482741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 40.91%
G = 22.16%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482741 (or 0x482741) is known color: Voodoo. HEX triplet: 48, 27 and 41. RGB value is (72,39,65). Sum of RGB (Red+Green+Blue) = 72+39+65=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #482741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482741 is #B7D8BE. Grayscale: #333333. Windows color (decimal): -12048575 or 4269896. OLE color: 4269896.

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

Color convert

RGB 72 39 65 -
CMYK 0 0.46 0.10 0.72
HSL 312.73º 0.3% 0.22% -
HSV(B) 312.73º 0.46% 0.28% -
XYZ 4.35 3.21 5.39 -
YUV 51.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 72 39 65 0 0.46 0.10 0.72 312.73 0.3 0.22
Hex 48 27 41 0 2E A 48 139 1E 16
Octal 110 47 101 0 56 12 110 471 36 26
Binary 1001000 100111 1000001 0 101110 1010 1001000 100111001 11110 10110

Color Harmonies of #482741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482741

Black with #482741

Text Example


Text Example

White with #482741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482741; }

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

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

background-color css

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

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

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

border-color css

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

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

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