Html Css Color HEX #481856 Scarlet Gum

📋 copy color: '#481856'

red 72 ◦ green 24 ◦ blue 86

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

Shades of Scarlet Gum #481856

Tints of Scarlet Gum #481856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 39.56%
G = 13.19%
B = 47.25%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481856 (or 0x481856) is known color: Scarlet Gum. HEX triplet: 48, 18 and 56. RGB value is (72,24,86). Sum of RGB (Red+Green+Blue) = 72+24+86=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #481856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481856 is #B7E7A9. Grayscale: #2D2D2D. Windows color (decimal): -12052394 or 5642312. OLE color: 5642312.

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

Color convert

RGB 72 24 86 -
CMYK 0.16 0.72 0 0.66
HSL 286.45º 0.56% 0.22% -
HSV(B) 286.45º 0.72% 0.34% -
XYZ 4.68 2.7 9.08 -
YUV 45.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 72 24 86 0.16 0.72 0 0.66 286.45 0.56 0.22
Hex 48 18 56 10 48 0 42 11E 38 16
Octal 110 30 126 20 110 0 102 436 70 26
Binary 1001000 11000 1010110 10000 1001000 0 1000010 100011110 111000 10110

Color Harmonies of #481856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481856

Black with #481856

Text Example


Text Example

White with #481856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481856; }

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

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

background-color css

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

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

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

border-color css

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

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

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