Html Css Color HEX #482953 Scarlet Gum

📋 copy color: '#482953'

red 72 ◦ green 41 ◦ blue 83

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

Shades of Scarlet Gum #482953

Tints of Scarlet Gum #482953

RGB

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

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

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

R = 36.73%
G = 20.92%
B = 42.35%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482953 (or 0x482953) is known color: Scarlet Gum. HEX triplet: 48, 29 and 53. RGB value is (72,41,83). Sum of RGB (Red+Green+Blue) = 72+41+83=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #482953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482953 is #B7D6AC. Grayscale: #363636. Windows color (decimal): -12048045 or 5450056. OLE color: 5450056.

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

Color convert

RGB 72 41 83 -
CMYK 0.13 0.51 0 0.67
HSL 284.29º 0.34% 0.24% -
HSV(B) 284.29º 0.51% 0.33% -
XYZ 5.03 3.59 8.61 -
YUV 55.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 72 41 83 0.13 0.51 0 0.67 284.29 0.34 0.24
Hex 48 29 53 D 33 0 43 11C 22 18
Octal 110 51 123 15 63 0 103 434 42 30
Binary 1001000 101001 1010011 1101 110011 0 1000011 100011100 100010 11000

Color Harmonies of #482953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482953

Black with #482953

Text Example


Text Example

White with #482953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482953; }

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

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

background-color css

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

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

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

border-color css

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

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

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