#431152

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

Shades of Scarlet Gum #431152

Tints of Scarlet Gum #431152

Color information

#431152 (or 0x431152) is unknown color: approx Scarlet Gum. HEX triplet: 43, 11 and 52. RGB value is (67,17,82). Sum of RGB (Red+Green+Blue) = 67+17+82=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #431152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431152 is #BCEEAD. Grayscale: #272727. Windows color (decimal): -12381870 or 5378371. OLE color: 5378371.

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

Color convert

RGB671782-
CMYK0.180.7900.68
HSL286.15º65.66%19.41%-
HSV(B)286.15º79.27%32.16%-
XYZ4.042.28.2-
YUV39.36152.06147.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=40.36%
G=10.24%
B=49.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6717820.180.7900.68286.1565.6619.41
Hex431152124F04411e4213
Octal1032112222117010443610223
Binary100001110001101001010010100111101000100100011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431152; }

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

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

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

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

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

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

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

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