#483251

Color #483251 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #483251

Tints of Scarlet Gum #483251

Color information

#483251 (or 0x483251) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 51. RGB value is (72,50,81). Sum of RGB (Red+Green+Blue) = 72+50+81=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #483251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483251 is #B7CDAE. Grayscale: #3C3C3C. Windows color (decimal): -12045743 or 5321288. OLE color: 5321288.

HSL color Cylindrical-coordinate representation of color #483251: hue angle of 282.58º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483251 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB725081-
CMYK0.110.3800.68
HSL282.58º23.66%25.69%-
HSV(B)282.58º38.27%31.76%-
XYZ5.34.258.33-
YUV60.11139.79136.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=35.47%
G=24.63%
B=39.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7250810.110.3800.68282.5823.6625.69
Hex483251B2604411b181a
Octal11062121134601044333032
Binary100100011001010100011011100110010001001000110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483251; }

 p { color: rgb(72,50,81); }

 H1.HeaderClassName
 {
   color: #483251;
 }
 .AnyTagClassName
 {
   color: #483251;
 }
</style>
background-color css

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

 a { background-color: rgb(72,50,81); }

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

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

 span { border-color: rgb(72,50,81); }

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