#42111D

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

Shades of Bordeaux #42111D

Tints of Bordeaux #42111D

Color information

#42111D (or 0x42111D) is unknown color: approx Bordeaux. HEX triplet: 42, 11 and 1D. RGB value is (66,17,29). Sum of RGB (Red+Green+Blue) = 66+17+29=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42111D is #BDEEE2. Grayscale: #212121. Windows color (decimal): -12447459 or 1904962. OLE color: 1904962.

HSL color Cylindrical-coordinate representation of color #42111D: hue angle of 345.31º 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 #42111D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB661729-
CMYK00.740.560.74
HSL345.31º59.04%16.27%-
HSV(B)345.31º74.24%25.88%-
XYZ2.671.651.34-
YUV33.02125.73151.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=58.93%
G=15.18%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66172900.740.560.74345.3159.0416.27
Hex42111D04A384A1593b10
Octal10221350112701125317320
Binary1000010100011110101001010111000100101010101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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