Html Css Color HEX #48384F Scarlet Gum

📋 copy color: '#48384F'

red 72 ◦ green 56 ◦ blue 79

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

Shades of Scarlet Gum #48384F

Tints of Scarlet Gum #48384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 34.78%
G = 27.05%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48384F (or 0x48384F) is known color: Scarlet Gum. HEX triplet: 48, 38 and 4F. RGB value is (72,56,79). Sum of RGB (Red+Green+Blue) = 72+56+79=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #48384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48384F is #B7C7B0. Grayscale: #3F3F3F. Windows color (decimal): -12044209 or 5191752. OLE color: 5191752.

HSL color Cylindrical-coordinate representation of color #48384F: hue angle of 281.74º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48384F is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 56 79 -
CMYK 0.09 0.29 0 0.69
HSL 281.74º 0.17% 0.26% -
HSV(B) 281.74º 0.29% 0.31% -
XYZ 5.5 4.77 8.03 -
YUV 63.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 72 56 79 0.09 0.29 0 0.69 281.74 0.17 0.26
Hex 48 38 4F 9 1D 0 45 11A 11 1A
Octal 110 70 117 11 35 0 105 432 21 32
Binary 1001000 111000 1001111 1001 11101 0 1000101 100011010 10001 11010

Color Harmonies of #48384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48384F

Black with #48384F

Text Example


Text Example

White with #48384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,56,79); }

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

background-color css

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

 a { background-color: rgb(72,56,79); }

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

border-color css

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

 span { border-color: rgb(72,56,79); }

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