Html Css Color HEX #481658 Scarlet Gum

📋 copy color: '#481658'

red 72 ◦ green 22 ◦ blue 88

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

Shades of Scarlet Gum #481658

Tints of Scarlet Gum #481658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

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

R = 39.56%
G = 12.09%
B = 48.35%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481658 (or 0x481658) is known color: Scarlet Gum. HEX triplet: 48, 16 and 58. RGB value is (72,22,88). Sum of RGB (Red+Green+Blue) = 72+22+88=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #481658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481658 is #B7E9A7. Grayscale: #2C2C2C. Windows color (decimal): -12052904 or 5772872. OLE color: 5772872.

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

Color convert

RGB 72 22 88 -
CMYK 0.18 0.75 0 0.65
HSL 285.45º 0.6% 0.22% -
HSV(B) 285.45º 0.75% 0.35% -
XYZ 4.72 2.66 9.5 -
YUV 44.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 72 22 88 0.18 0.75 0 0.65 285.45 0.6 0.22
Hex 48 16 58 12 4B 0 41 11D 3C 16
Octal 110 26 130 22 113 0 101 435 74 26
Binary 1001000 10110 1011000 10010 1001011 0 1000001 100011101 111100 10110

Color Harmonies of #481658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481658

Black with #481658

Text Example


Text Example

White with #481658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481658; }

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

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

background-color css

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

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

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

border-color css

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

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

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