#42274B

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

Shades of Scarlet Gum #42274B

Tints of Scarlet Gum #42274B

Color information

#42274B (or 0x42274B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 27 and 4B. RGB value is (66,39,75). Sum of RGB (Red+Green+Blue) = 66+39+75=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #42274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42274B is #BDD8B4. Grayscale: #333333. Windows color (decimal): -12441781 or 4925250. OLE color: 4925250.

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

Color convert

RGB663975-
CMYK0.120.4800.71
HSL285º31.58%22.35%-
HSV(B)285º48%29.41%-
XYZ4.243.127.03-
YUV51.18141.45138.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=36.67%
G=21.67%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6639750.120.4800.7128531.5822.35
Hex42274BC3004711d2016
Octal10247113146001074354026
Binary1000010100111100101111001100000100011110001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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