Html Css Color HEX #483153 Scarlet Gum

📋 copy color: '#483153'

red 72 ◦ green 49 ◦ blue 83

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

Shades of Scarlet Gum #483153

Tints of Scarlet Gum #483153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 35.29%
G = 24.02%
B = 40.69%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483153 (or 0x483153) is known color: Scarlet Gum. HEX triplet: 48, 31 and 53. RGB value is (72,49,83). Sum of RGB (Red+Green+Blue) = 72+49+83=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #483153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483153 is #B7CEAC. Grayscale: #3B3B3B. Windows color (decimal): -12045997 or 5452104. OLE color: 5452104.

HSL color Cylindrical-coordinate representation of color #483153: hue angle of 280.59º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483153 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 49 83 -
CMYK 0.13 0.41 0 0.67
HSL 280.59º 0.26% 0.26% -
HSV(B) 280.59º 0.41% 0.33% -
XYZ 5.33 4.2 8.71 -
YUV 59.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 72 49 83 0.13 0.41 0 0.67 280.59 0.26 0.26
Hex 48 31 53 D 29 0 43 119 1A 1A
Octal 110 61 123 15 51 0 103 431 32 32
Binary 1001000 110001 1010011 1101 101001 0 1000011 100011001 11010 11010

Color Harmonies of #483153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483153

Black with #483153

Text Example


Text Example

White with #483153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483153; }

 p { color: rgb(72,49,83); }

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

background-color css

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

 a { background-color: rgb(72,49,83); }

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

border-color css

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

 span { border-color: rgb(72,49,83); }

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