Html Css Color HEX #48253E Voodoo

📋 copy color: '#48253E'

red 72 ◦ green 37 ◦ blue 62

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

Shades of Voodoo #48253E

Tints of Voodoo #48253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 42.11%
G = 21.64%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48253E (or 0x48253E) is known color: Voodoo. HEX triplet: 48, 25 and 3E. RGB value is (72,37,62). Sum of RGB (Red+Green+Blue) = 72+37+62=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253E is #B7DAC1. Grayscale: #323232. Windows color (decimal): -12049090 or 4072776. OLE color: 4072776.

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

Color convert

RGB 72 37 62 -
CMYK 0 0.49 0.14 0.72
HSL 317.14º 0.32% 0.21% -
HSV(B) 317.14º 0.49% 0.28% -
XYZ 4.2 3.05 4.92 -
YUV 50.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 72 37 62 0 0.49 0.14 0.72 317.14 0.32 0.21
Hex 48 25 3E 0 31 E 48 13D 20 15
Octal 110 45 76 0 61 16 110 475 40 25
Binary 1001000 100101 111110 0 110001 1110 1001000 100111101 100000 10101

Color Harmonies of #48253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48253E

Black with #48253E

Text Example


Text Example

White with #48253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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