#43075C

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

Shades of Scarlet Gum #43075C

Tints of Scarlet Gum #43075C

Color information

#43075C (or 0x43075C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 07 and 5C. RGB value is (67,7,92). Sum of RGB (Red+Green+Blue) = 67+7+92=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #43075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43075C is #BCF8A3. Grayscale: #222222. Windows color (decimal): -12384420 or 6031171. OLE color: 6031171.

HSL color Cylindrical-coordinate representation of color #43075C: hue angle of 282.35º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43075C is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67792-
CMYK0.270.9200.64
HSL282.35º85.86%19.41%-
HSV(B)282.35º92.39%36.08%-
XYZ4.322.1210.31-
YUV34.63160.38151.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=40.36%
G=4.22%
B=55.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal677920.270.9200.64282.3585.8619.41
Hex4375C1B5C04011a5613
Octal103713433134010043212623
Binary1000011111101110011011101110001000000100011010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43075C; }

 p { color: rgb(67,7,92); }

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

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

 a { background-color: rgb(67,7,92); }

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

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

 span { border-color: rgb(67,7,92); }

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