Html Css Color HEX #482954 Scarlet Gum

📋 copy color: '#482954'

red 72 ◦ green 41 ◦ blue 84

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

Shades of Scarlet Gum #482954

Tints of Scarlet Gum #482954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 36.55%
G = 20.81%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482954 (or 0x482954) is known color: Scarlet Gum. HEX triplet: 48, 29 and 54. RGB value is (72,41,84). Sum of RGB (Red+Green+Blue) = 72+41+84=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #482954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482954 is #B7D6AB. Grayscale: #373737. Windows color (decimal): -12048044 or 5515592. OLE color: 5515592.

HSL color Cylindrical-coordinate representation of color #482954: hue angle of 283.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482954 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 41 84 -
CMYK 0.14 0.51 0 0.67
HSL 283.26º 0.34% 0.25% -
HSV(B) 283.26º 0.51% 0.33% -
XYZ 5.07 3.6 8.82 -
YUV 55.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 72 41 84 0.14 0.51 0 0.67 283.26 0.34 0.25
Hex 48 29 54 E 33 0 43 11B 22 19
Octal 110 51 124 16 63 0 103 433 42 31
Binary 1001000 101001 1010100 1110 110011 0 1000011 100011011 100010 11001

Color Harmonies of #482954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482954

Black with #482954

Text Example


Text Example

White with #482954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482954; }

 p { color: rgb(72,41,84); }

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

background-color css

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

 a { background-color: rgb(72,41,84); }

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

border-color css

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

 span { border-color: rgb(72,41,84); }

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