#431552

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

Shades of Scarlet Gum #431552

Tints of Scarlet Gum #431552

Color information

#431552 (or 0x431552) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 52. RGB value is (67,21,82). Sum of RGB (Red+Green+Blue) = 67+21+82=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #431552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431552 is #BCEAAD. Grayscale: #292929. Windows color (decimal): -12380846 or 5379395. OLE color: 5379395.

HSL color Cylindrical-coordinate representation of color #431552: hue angle of 285.25º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431552 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB672182-
CMYK0.180.7400.68
HSL285.25º59.22%20.2%-
HSV(B)285.25º74.39%32.16%-
XYZ4.112.348.22-
YUV41.71150.74146.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=39.41%
G=12.35%
B=48.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6721820.180.7400.68285.2559.2220.2
Hex431552124A04411d3b14
Octal103251222211201044357324
Binary10000111010110100101001010010100100010010001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431552; }

 p { color: rgb(67,21,82); }

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

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

 a { background-color: rgb(67,21,82); }

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

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

 span { border-color: rgb(67,21,82); }

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