Html Css Color HEX #48275E Scarlet Gum

📋 copy color: '#48275E'

red 72 ◦ green 39 ◦ blue 94

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

Shades of Scarlet Gum #48275E

Tints of Scarlet Gum #48275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 35.12%
G = 19.02%
B = 45.85%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48275E (or 0x48275E) is known color: Scarlet Gum. HEX triplet: 48, 27 and 5E. RGB value is (72,39,94). Sum of RGB (Red+Green+Blue) = 72+39+94=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #48275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48275E is #B7D8A1. Grayscale: #363636. Windows color (decimal): -12048546 or 6170440. OLE color: 6170440.

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

Color convert

RGB 72 39 94 -
CMYK 0.23 0.59 0 0.63
HSL 276º 0.41% 0.26% -
HSV(B) 276º 0.59% 0.37% -
XYZ 5.42 3.64 11.01 -
YUV 55.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 72 39 94 0.23 0.59 0 0.63 276 0.41 0.26
Hex 48 27 5E 17 3B 0 3F 114 29 1A
Octal 110 47 136 27 73 0 77 424 51 32
Binary 1001000 100111 1011110 10111 111011 0 111111 100010100 101001 11010

Color Harmonies of #48275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48275E

Black with #48275E

Text Example


Text Example

White with #48275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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