Html Css Color HEX #48273F Voodoo

📋 copy color: '#48273F'

red 72 ◦ green 39 ◦ blue 63

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

Shades of Voodoo #48273F

Tints of Voodoo #48273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 41.38%
G = 22.41%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48273F (or 0x48273F) is known color: Voodoo. HEX triplet: 48, 27 and 3F. RGB value is (72,39,63). Sum of RGB (Red+Green+Blue) = 72+39+63=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273F is #B7D8C0. Grayscale: #333333. Windows color (decimal): -12048577 or 4138824. OLE color: 4138824.

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

Color convert

RGB 72 39 63 -
CMYK 0 0.46 0.12 0.72
HSL 316.36º 0.3% 0.22% -
HSV(B) 316.36º 0.46% 0.28% -
XYZ 4.3 3.19 5.09 -
YUV 51.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 72 39 63 0 0.46 0.12 0.72 316.36 0.3 0.22
Hex 48 27 3F 0 2E C 48 13C 1E 16
Octal 110 47 77 0 56 14 110 474 36 26
Binary 1001000 100111 111111 0 101110 1100 1001000 100111100 11110 10110

Color Harmonies of #48273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48273F

Black with #48273F

Text Example


Text Example

White with #48273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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