Html Css Color HEX #48233F Voodoo

📋 copy color: '#48233F'

red 72 ◦ green 35 ◦ blue 63

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

Shades of Voodoo #48233F

Tints of Voodoo #48233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.06%

R = 42.35%
G = 20.59%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48233F (or 0x48233F) is known color: Voodoo. HEX triplet: 48, 23 and 3F. RGB value is (72,35,63). Sum of RGB (Red+Green+Blue) = 72+35+63=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233F is #B7DCC0. Grayscale: #313131. Windows color (decimal): -12049601 or 4137800. OLE color: 4137800.

HSL color Cylindrical-coordinate representation of color #48233F: hue angle of 314.59º 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 #48233F is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 63 -
CMYK 0 0.51 0.12 0.72
HSL 314.59º 0.35% 0.21% -
HSV(B) 314.59º 0.51% 0.28% -
XYZ 4.17 2.94 5.05 -
YUV 49.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 72 35 63 0 0.51 0.12 0.72 314.59 0.35 0.21
Hex 48 23 3F 0 33 C 48 13B 23 15
Octal 110 43 77 0 63 14 110 473 43 25
Binary 1001000 100011 111111 0 110011 1100 1001000 100111011 100011 10101

Color Harmonies of #48233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48233F

Black with #48233F

Text Example


Text Example

White with #48233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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