Html Css Color HEX #48253C Voodoo

📋 copy color: '#48253C'

red 72 ◦ green 37 ◦ blue 60

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

Shades of Voodoo #48253C

Tints of Voodoo #48253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 42.6%
G = 21.89%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48253C (or 0x48253C) is known color: Voodoo. HEX triplet: 48, 25 and 3C. RGB value is (72,37,60). Sum of RGB (Red+Green+Blue) = 72+37+60=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253C is #B7DAC3. Grayscale: #323232. Windows color (decimal): -12049092 or 3941704. OLE color: 3941704.

HSL color Cylindrical-coordinate representation of color #48253C: hue angle of 320.57º 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 #48253C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 60 -
CMYK 0 0.49 0.17 0.72
HSL 320.57º 0.32% 0.21% -
HSV(B) 320.57º 0.49% 0.28% -
XYZ 4.15 3.03 4.64 -
YUV 50.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 72 37 60 0 0.49 0.17 0.72 320.57 0.32 0.21
Hex 48 25 3C 0 31 11 48 141 20 15
Octal 110 45 74 0 61 21 110 501 40 25
Binary 1001000 100101 111100 0 110001 10001 1001000 101000001 100000 10101

Color Harmonies of #48253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48253C

Black with #48253C

Text Example


Text Example

White with #48253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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