Html Css Color HEX #481257 Scarlet Gum

📋 copy color: '#481257'

red 72 ◦ green 18 ◦ blue 87

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

Shades of Scarlet Gum #481257

Tints of Scarlet Gum #481257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 40.68%
G = 10.17%
B = 49.15%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481257 (or 0x481257) is known color: Scarlet Gum. HEX triplet: 48, 12 and 57. RGB value is (72,18,87). Sum of RGB (Red+Green+Blue) = 72+18+87=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #481257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481257 is #B7EDA8. Grayscale: #292929. Windows color (decimal): -12053929 or 5706312. OLE color: 5706312.

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

Color convert

RGB 72 18 87 -
CMYK 0.17 0.79 0 0.66
HSL 286.96º 0.66% 0.21% -
HSV(B) 286.96º 0.79% 0.34% -
XYZ 4.61 2.5 9.26 -
YUV 42.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 72 18 87 0.17 0.79 0 0.66 286.96 0.66 0.21
Hex 48 12 57 11 4F 0 42 11F 42 15
Octal 110 22 127 21 117 0 102 437 102 25
Binary 1001000 10010 1010111 10001 1001111 0 1000010 100011111 1000010 10101

Color Harmonies of #481257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481257

Black with #481257

Text Example


Text Example

White with #481257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481257; }

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

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

background-color css

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

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

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

border-color css

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

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

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