Html Css Color HEX #482957 Scarlet Gum

📋 copy color: '#482957'

red 72 ◦ green 41 ◦ blue 87

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

Shades of Scarlet Gum #482957

Tints of Scarlet Gum #482957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 36%
G = 20.5%
B = 43.5%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482957 (or 0x482957) is known color: Scarlet Gum. HEX triplet: 48, 29 and 57. RGB value is (72,41,87). Sum of RGB (Red+Green+Blue) = 72+41+87=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #482957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482957 is #B7D6A8. Grayscale: #373737. Windows color (decimal): -12048041 or 5712200. OLE color: 5712200.

HSL color Cylindrical-coordinate representation of color #482957: hue angle of 280.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482957 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 41 87 -
CMYK 0.17 0.53 0 0.66
HSL 280.43º 0.36% 0.25% -
HSV(B) 280.43º 0.53% 0.34% -
XYZ 5.19 3.65 9.45 -
YUV 55.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 72 41 87 0.17 0.53 0 0.66 280.43 0.36 0.25
Hex 48 29 57 11 35 0 42 118 24 19
Octal 110 51 127 21 65 0 102 430 44 31
Binary 1001000 101001 1010111 10001 110101 0 1000010 100011000 100100 11001

Color Harmonies of #482957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482957

Black with #482957

Text Example


Text Example

White with #482957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482957; }

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

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

background-color css

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

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

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

border-color css

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

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

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