Html Css Color HEX #48223F Voodoo

📋 copy color: '#48223F'

red 72 ◦ green 34 ◦ blue 63

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

Shades of Voodoo #48223F

Tints of Voodoo #48223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 42.6%
G = 20.12%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48223F (or 0x48223F) is known color: Voodoo. HEX triplet: 48, 22 and 3F. RGB value is (72,34,63). Sum of RGB (Red+Green+Blue) = 72+34+63=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223F is #B7DDC0. Grayscale: #303030. Windows color (decimal): -12049857 or 4137544. OLE color: 4137544.

HSL color Cylindrical-coordinate representation of color #48223F: hue angle of 314.21º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48223F is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 63 -
CMYK 0 0.53 0.12 0.72
HSL 314.21º 0.36% 0.21% -
HSV(B) 314.21º 0.53% 0.28% -
XYZ 4.14 2.88 5.04 -
YUV 48.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 72 34 63 0 0.53 0.12 0.72 314.21 0.36 0.21
Hex 48 22 3F 0 35 C 48 13A 24 15
Octal 110 42 77 0 65 14 110 472 44 25
Binary 1001000 100010 111111 0 110101 1100 1001000 100111010 100100 10101

Color Harmonies of #48223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48223F

Black with #48223F

Text Example


Text Example

White with #48223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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