#431252

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

Shades of Scarlet Gum #431252

Tints of Scarlet Gum #431252

Color information

#431252 (or 0x431252) is unknown color: approx Scarlet Gum. HEX triplet: 43, 12 and 52. RGB value is (67,18,82). Sum of RGB (Red+Green+Blue) = 67+18+82=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #431252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431252 is #BCEDAD. Grayscale: #272727. Windows color (decimal): -12381614 or 5378627. OLE color: 5378627.

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

Color convert

RGB671882-
CMYK0.180.7800.68
HSL285.94º64%19.61%-
HSV(B)285.94º78.05%32.16%-
XYZ4.052.248.2-
YUV39.95151.73147.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=40.12%
G=10.78%
B=49.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6718820.180.7800.68285.946419.61
Hex431252124E04411e4014
Octal1032212222116010443610024
Binary100001110010101001010010100111001000100100011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431252; }

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

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

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

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

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

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

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

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