Html Css Color HEX #48253F Voodoo

📋 copy color: '#48253F'

red 72 ◦ green 37 ◦ blue 63

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

Shades of Voodoo #48253F

Tints of Voodoo #48253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 41.86%
G = 21.51%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48253F (or 0x48253F) is known color: Voodoo. HEX triplet: 48, 25 and 3F. RGB value is (72,37,63). Sum of RGB (Red+Green+Blue) = 72+37+63=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253F is #B7DAC0. Grayscale: #323232. Windows color (decimal): -12049089 or 4138312. OLE color: 4138312.

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

Color convert

RGB 72 37 63 -
CMYK 0 0.49 0.12 0.72
HSL 315.43º 0.32% 0.21% -
HSV(B) 315.43º 0.49% 0.28% -
XYZ 4.23 3.06 5.07 -
YUV 50.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 72 37 63 0 0.49 0.12 0.72 315.43 0.32 0.21
Hex 48 25 3F 0 31 C 48 13B 20 15
Octal 110 45 77 0 61 14 110 473 40 25
Binary 1001000 100101 111111 0 110001 1100 1001000 100111011 100000 10101

Color Harmonies of #48253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48253F

Black with #48253F

Text Example


Text Example

White with #48253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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