Html Css Color HEX #481356 Scarlet Gum

📋 copy color: '#481356'

red 72 ◦ green 19 ◦ blue 86

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

Shades of Scarlet Gum #481356

Tints of Scarlet Gum #481356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 40.68%
G = 10.73%
B = 48.59%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481356 (or 0x481356) is known color: Scarlet Gum. HEX triplet: 48, 13 and 56. RGB value is (72,19,86). Sum of RGB (Red+Green+Blue) = 72+19+86=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #481356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481356 is #B7ECA9. Grayscale: #2A2A2A. Windows color (decimal): -12053674 or 5641032. OLE color: 5641032.

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

Color convert

RGB 72 19 86 -
CMYK 0.16 0.78 0 0.66
HSL 287.46º 0.64% 0.21% -
HSV(B) 287.46º 0.78% 0.34% -
XYZ 4.59 2.52 9.05 -
YUV 42.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 72 19 86 0.16 0.78 0 0.66 287.46 0.64 0.21
Hex 48 13 56 10 4E 0 42 11F 40 15
Octal 110 23 126 20 116 0 102 437 100 25
Binary 1001000 10011 1010110 10000 1001110 0 1000010 100011111 1000000 10101

Color Harmonies of #481356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481356

Black with #481356

Text Example


Text Example

White with #481356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481356; }

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

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

background-color css

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

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

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

border-color css

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

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

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