#42284B

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

Shades of Scarlet Gum #42284B

Tints of Scarlet Gum #42284B

Color information

#42284B (or 0x42284B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 28 and 4B. RGB value is (66,40,75). Sum of RGB (Red+Green+Blue) = 66+40+75=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #42284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42284B is #BDD7B4. Grayscale: #333333. Windows color (decimal): -12441525 or 4925506. OLE color: 4925506.

HSL color Cylindrical-coordinate representation of color #42284B: hue angle of 284.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42284B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB664075-
CMYK0.120.4700.71
HSL284.57º30.43%22.55%-
HSV(B)284.57º46.67%29.41%-
XYZ4.283.187.05-
YUV51.76141.11138.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=36.46%
G=22.10%
B=41.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6640750.120.4700.71284.5730.4322.55
Hex42284BC2F04711d1e17
Octal10250113145701074353627
Binary100001010100010010111100101111010001111000111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,40,75); }

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

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

 a { background-color: rgb(66,40,75); }

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

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

 span { border-color: rgb(66,40,75); }

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