#42111C

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

Shades of Bordeaux #42111C

Tints of Bordeaux #42111C

Color information

#42111C (or 0x42111C) is unknown color: approx Bordeaux. HEX triplet: 42, 11 and 1C. RGB value is (66,17,28). Sum of RGB (Red+Green+Blue) = 66+17+28=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42111C is #BDEEE3. Grayscale: #202020. Windows color (decimal): -12447460 or 1839426. OLE color: 1839426.

HSL color Cylindrical-coordinate representation of color #42111C: hue angle of 346.53º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42111C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB661728-
CMYK00.740.580.74
HSL346.53º59.04%16.27%-
HSV(B)346.53º74.24%25.88%-
XYZ2.661.641.28-
YUV32.9125.23151.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=59.46%
G=15.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66172800.740.580.74346.5359.0416.27
Hex42111C04A3A4A15b3b10
Octal10221340112721125337320
Binary1000010100011110001001010111010100101010101101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,17,28); }

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

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

 a { background-color: rgb(66,17,28); }

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

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

 span { border-color: rgb(66,17,28); }

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