Html Css Color HEX #481058 Scarlet Gum

📋 copy color: '#481058'

red 72 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #481058

Tints of Scarlet Gum #481058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 40.91%
G = 9.09%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481058 (or 0x481058) is known color: Scarlet Gum. HEX triplet: 48, 10 and 58. RGB value is (72,16,88). Sum of RGB (Red+Green+Blue) = 72+16+88=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #481058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481058 is #B7EFA7. Grayscale: #282828. Windows color (decimal): -12054440 or 5771336. OLE color: 5771336.

HSL color Cylindrical-coordinate representation of color #481058: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481058 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 16 88 -
CMYK 0.18 0.82 0 0.65
HSL 286.67º 0.69% 0.2% -
HSV(B) 286.67º 0.82% 0.35% -
XYZ 4.62 2.45 9.46 -
YUV 40.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 72 16 88 0.18 0.82 0 0.65 286.67 0.69 0.2
Hex 48 10 58 12 52 0 41 11F 45 14
Octal 110 20 130 22 122 0 101 437 105 24
Binary 1001000 10000 1011000 10010 1010010 0 1000001 100011111 1000101 10100

Color Harmonies of #481058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481058

Black with #481058

Text Example


Text Example

White with #481058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481058; }

 p { color: rgb(72,16,88); }

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

background-color css

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

 a { background-color: rgb(72,16,88); }

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

border-color css

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

 span { border-color: rgb(72,16,88); }

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