Html Css Color HEX #481756 Scarlet Gum

📋 copy color: '#481756'

red 72 ◦ green 23 ◦ blue 86

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

Shades of Scarlet Gum #481756

Tints of Scarlet Gum #481756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 39.78%
G = 12.71%
B = 47.51%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481756 (or 0x481756) is known color: Scarlet Gum. HEX triplet: 48, 17 and 56. RGB value is (72,23,86). Sum of RGB (Red+Green+Blue) = 72+23+86=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #481756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481756 is #B7E8A9. Grayscale: #2C2C2C. Windows color (decimal): -12052650 or 5642056. OLE color: 5642056.

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

Color convert

RGB 72 23 86 -
CMYK 0.16 0.73 0 0.66
HSL 286.67º 0.58% 0.21% -
HSV(B) 286.67º 0.73% 0.34% -
XYZ 4.66 2.66 9.07 -
YUV 44.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 72 23 86 0.16 0.73 0 0.66 286.67 0.58 0.21
Hex 48 17 56 10 49 0 42 11F 3A 15
Octal 110 27 126 20 111 0 102 437 72 25
Binary 1001000 10111 1010110 10000 1001001 0 1000010 100011111 111010 10101

Color Harmonies of #481756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481756

Black with #481756

Text Example


Text Example

White with #481756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481756; }

 p { color: rgb(72,23,86); }

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

background-color css

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

 a { background-color: rgb(72,23,86); }

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

border-color css

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

 span { border-color: rgb(72,23,86); }

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