Html Css Color HEX #482453 Scarlet Gum

📋 copy color: '#482453'

red 72 ◦ green 36 ◦ blue 83

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

Shades of Scarlet Gum #482453

Tints of Scarlet Gum #482453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 37.7%
G = 18.85%
B = 43.46%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482453 (or 0x482453) is known color: Scarlet Gum. HEX triplet: 48, 24 and 53. RGB value is (72,36,83). Sum of RGB (Red+Green+Blue) = 72+36+83=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #482453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482453 is #B7DBAC. Grayscale: #333333. Windows color (decimal): -12049325 or 5448776. OLE color: 5448776.

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

Color convert

RGB 72 36 83 -
CMYK 0.13 0.57 0 0.67
HSL 285.96º 0.39% 0.23% -
HSV(B) 285.96º 0.57% 0.33% -
XYZ 4.86 3.26 8.56 -
YUV 52.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 72 36 83 0.13 0.57 0 0.67 285.96 0.39 0.23
Hex 48 24 53 D 39 0 43 11E 27 17
Octal 110 44 123 15 71 0 103 436 47 27
Binary 1001000 100100 1010011 1101 111001 0 1000011 100011110 100111 10111

Color Harmonies of #482453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482453

Black with #482453

Text Example


Text Example

White with #482453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482453; }

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

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

background-color css

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

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

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

border-color css

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

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

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