#442F4B

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

Shades of Scarlet Gum #442F4B

Tints of Scarlet Gum #442F4B

Color information

#442F4B (or 0x442F4B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2F and 4B. RGB value is (68,47,75). Sum of RGB (Red+Green+Blue) = 68+47+75=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #442F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F4B is #BBD0B4. Grayscale: #383838. Windows color (decimal): -12308661 or 4927300. OLE color: 4927300.

HSL color Cylindrical-coordinate representation of color #442F4B: hue angle of 285º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442F4B is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB684775-
CMYK0.090.3700.71
HSL285º22.95%23.92%-
HSV(B)285º37.33%29.41%-
XYZ4.673.777.14-
YUV56.47138.46136.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=35.79%
G=24.74%
B=39.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6847750.090.3700.7128522.9523.92
Hex442F4B92504711d1718
Octal10457113114501074352730
Binary100010010111110010111001100101010001111000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F4B; }

 p { color: rgb(68,47,75); }

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

<style>
 a { background-color: #442F4B; }

 a { background-color: rgb(68,47,75); }

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

<style>
 span { border-color: #442F4B; }

 span { border-color: rgb(68,47,75); }

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