Html Css Color HEX #48115B Scarlet Gum

📋 copy color: '#48115B'

red 72 ◦ green 17 ◦ blue 91

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

Shades of Scarlet Gum #48115B

Tints of Scarlet Gum #48115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 40%
G = 9.44%
B = 50.56%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48115B (or 0x48115B) is known color: Scarlet Gum. HEX triplet: 48, 11 and 5B. RGB value is (72,17,91). Sum of RGB (Red+Green+Blue) = 72+17+91=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #48115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48115B is #B7EEA4. Grayscale: #292929. Windows color (decimal): -12054181 or 5968200. OLE color: 5968200.

HSL color Cylindrical-coordinate representation of color #48115B: hue angle of 284.59º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48115B is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 17 91 -
CMYK 0.21 0.81 0 0.64
HSL 284.59º 0.69% 0.21% -
HSV(B) 284.59º 0.81% 0.36% -
XYZ 4.76 2.53 10.14 -
YUV 41.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 72 17 91 0.21 0.81 0 0.64 284.59 0.69 0.21
Hex 48 11 5B 15 51 0 40 11D 45 15
Octal 110 21 133 25 121 0 100 435 105 25
Binary 1001000 10001 1011011 10101 1010001 0 1000000 100011101 1000101 10101

Color Harmonies of #48115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48115B

Black with #48115B

Text Example


Text Example

White with #48115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48115B; }

 p { color: rgb(72,17,91); }

 H1.HeaderClassName
 {
   color: #48115B;
 }
 .AnyTagClassName
 {
   color: #48115B;
 }
</style>

background-color css

<style>
 a { background-color: #48115B; }

 a { background-color: rgb(72,17,91); }

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

border-color css

<style>
 span { border-color: #48115B; }

 span { border-color: rgb(72,17,91); }

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