Html Css Color HEX #481D55 Scarlet Gum

📋 copy color: '#481D55'

red 72 ◦ green 29 ◦ blue 85

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

Shades of Scarlet Gum #481D55

Tints of Scarlet Gum #481D55

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.59%

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 38.71%
G = 15.59%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481D55 (or 0x481D55) is known color: Scarlet Gum. HEX triplet: 48, 1D and 55. RGB value is (72,29,85). Sum of RGB (Red+Green+Blue) = 72+29+85=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #481D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D55 is #B7E2AA. Grayscale: #303030. Windows color (decimal): -12051115 or 5578056. OLE color: 5578056.

HSL color Cylindrical-coordinate representation of color #481D55: hue angle of 286.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #481D55 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 29 85 -
CMYK 0.15 0.66 0 0.67
HSL 286.07º 0.49% 0.22% -
HSV(B) 286.07º 0.66% 0.33% -
XYZ 4.75 2.91 8.91 -
YUV 48.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 72 29 85 0.15 0.66 0 0.67 286.07 0.49 0.22
Hex 48 1D 55 F 42 0 43 11E 31 16
Octal 110 35 125 17 102 0 103 436 61 26
Binary 1001000 11101 1010101 1111 1000010 0 1000011 100011110 110001 10110

Color Harmonies of #481D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D55

Black with #481D55

Text Example


Text Example

White with #481D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481D55; }

 p { color: rgb(72,29,85); }

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

background-color css

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

 a { background-color: rgb(72,29,85); }

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

border-color css

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

 span { border-color: rgb(72,29,85); }

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