Html Css Color HEX #48233D Voodoo

📋 copy color: '#48233D'

red 72 ◦ green 35 ◦ blue 61

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

Shades of Voodoo #48233D

Tints of Voodoo #48233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

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

R = 42.86%
G = 20.83%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48233D (or 0x48233D) is known color: Voodoo. HEX triplet: 48, 23 and 3D. RGB value is (72,35,61). Sum of RGB (Red+Green+Blue) = 72+35+61=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233D is #B7DCC2. Grayscale: #303030. Windows color (decimal): -12049603 or 4006728. OLE color: 4006728.

HSL color Cylindrical-coordinate representation of color #48233D: hue angle of 317.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48233D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 61 -
CMYK 0 0.51 0.15 0.72
HSL 317.84º 0.35% 0.21% -
HSV(B) 317.84º 0.51% 0.28% -
XYZ 4.12 2.92 4.76 -
YUV 49.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 72 35 61 0 0.51 0.15 0.72 317.84 0.35 0.21
Hex 48 23 3D 0 33 F 48 13E 23 15
Octal 110 43 75 0 63 17 110 476 43 25
Binary 1001000 100011 111101 0 110011 1111 1001000 100111110 100011 10101

Color Harmonies of #48233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48233D

Black with #48233D

Text Example


Text Example

White with #48233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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