#43275B

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

Shades of Scarlet Gum #43275B

Tints of Scarlet Gum #43275B

Color information

#43275B (or 0x43275B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 27 and 5B. RGB value is (67,39,91). Sum of RGB (Red+Green+Blue) = 67+39+91=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #43275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43275B is #BCD8A4. Grayscale: #353535. Windows color (decimal): -12376229 or 5973827. OLE color: 5973827.

HSL color Cylindrical-coordinate representation of color #43275B: hue angle of 272.31º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43275B is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673991-
CMYK0.260.5700.64
HSL272.31º40%25.49%-
HSV(B)272.31º57.14%35.69%-
XYZ4.933.410.29-
YUV53.3149.28137.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=34.01%
G=19.80%
B=46.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6739910.260.5700.64272.314025.49
Hex43275B1A390401102819
Octal10347133327101004205031
Binary10000111001111011011110101110010100000010001000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43275B; }

 p { color: rgb(67,39,91); }

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

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

 a { background-color: rgb(67,39,91); }

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

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

 span { border-color: rgb(67,39,91); }

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