Html Css Color HEX #482655 Scarlet Gum

📋 copy color: '#482655'

red 72 ◦ green 38 ◦ blue 85

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

Shades of Scarlet Gum #482655

Tints of Scarlet Gum #482655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 36.92%
G = 19.49%
B = 43.59%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482655 (or 0x482655) is known color: Scarlet Gum. HEX triplet: 48, 26 and 55. RGB value is (72,38,85). Sum of RGB (Red+Green+Blue) = 72+38+85=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #482655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482655 is #B7D9AA. Grayscale: #353535. Windows color (decimal): -12048811 or 5580360. OLE color: 5580360.

HSL color Cylindrical-coordinate representation of color #482655: hue angle of 283.4º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482655 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 38 85 -
CMYK 0.15 0.55 0 0.67
HSL 283.4º 0.38% 0.24% -
HSV(B) 283.4º 0.55% 0.33% -
XYZ 5.01 3.42 8.99 -
YUV 53.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 72 38 85 0.15 0.55 0 0.67 283.4 0.38 0.24
Hex 48 26 55 F 37 0 43 11B 26 18
Octal 110 46 125 17 67 0 103 433 46 30
Binary 1001000 100110 1010101 1111 110111 0 1000011 100011011 100110 11000

Color Harmonies of #482655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482655

Black with #482655

Text Example


Text Example

White with #482655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482655; }

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

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

background-color css

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

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

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

border-color css

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

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

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