#43175F

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

Shades of Scarlet Gum #43175F

Tints of Scarlet Gum #43175F

Color information

#43175F (or 0x43175F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 17 and 5F. RGB value is (67,23,95). Sum of RGB (Red+Green+Blue) = 67+23+95=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #43175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43175F is #BCE8A0. Grayscale: #2C2C2C. Windows color (decimal): -12380321 or 6231875. OLE color: 6231875.

HSL color Cylindrical-coordinate representation of color #43175F: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43175F is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB672395-
CMYK0.290.7600.63
HSL276.67º61.02%23.14%-
HSV(B)276.67º75.79%37.25%-
XYZ4.692.6311.09-
YUV44.36156.58144.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 23 (9.38% from 255) = 12.43%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=36.22%
G=12.43%
B=51.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6723950.290.7600.63276.6761.0223.14
Hex43175F1D4C03F1153d17
Octal10327137351140774257527
Binary1000011101111011111111011001100011111110001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43175F; }

 p { color: rgb(67,23,95); }

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

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

 a { background-color: rgb(67,23,95); }

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

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

 span { border-color: rgb(67,23,95); }

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