Html Css Color HEX #48275D Scarlet Gum

📋 copy color: '#48275D'

red 72 ◦ green 39 ◦ blue 93

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

Shades of Scarlet Gum #48275D

Tints of Scarlet Gum #48275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 35.29%
G = 19.12%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48275D (or 0x48275D) is known color: Scarlet Gum. HEX triplet: 48, 27 and 5D. RGB value is (72,39,93). Sum of RGB (Red+Green+Blue) = 72+39+93=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #48275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48275D is #B7D8A2. Grayscale: #363636. Windows color (decimal): -12048547 or 6104904. OLE color: 6104904.

HSL color Cylindrical-coordinate representation of color #48275D: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48275D is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 39 93 -
CMYK 0.23 0.58 0 0.64
HSL 276.67º 0.41% 0.26% -
HSV(B) 276.67º 0.58% 0.36% -
XYZ 5.37 3.62 10.77 -
YUV 55.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 72 39 93 0.23 0.58 0 0.64 276.67 0.41 0.26
Hex 48 27 5D 17 3A 0 40 115 29 1A
Octal 110 47 135 27 72 0 100 425 51 32
Binary 1001000 100111 1011101 10111 111010 0 1000000 100010101 101001 11010

Color Harmonies of #48275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48275D

Black with #48275D

Text Example


Text Example

White with #48275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48275D; }

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

 H1.HeaderClassName
 {
   color: #48275D;
 }
 .AnyTagClassName
 {
   color: #48275D;
 }
</style>

background-color css

<style>
 a { background-color: #48275D; }

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

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

border-color css

<style>
 span { border-color: #48275D; }

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

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