#42171F

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

Shades of Bordeaux #42171F

Tints of Bordeaux #42171F

Color information

#42171F (or 0x42171F) is unknown color: approx Bordeaux. HEX triplet: 42, 17 and 1F. RGB value is (66,23,31). Sum of RGB (Red+Green+Blue) = 66+23+31=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171F is #BDE8E0. Grayscale: #242424. Windows color (decimal): -12445921 or 2037570. OLE color: 2037570.

HSL color Cylindrical-coordinate representation of color #42171F: hue angle of 348.84º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42171F is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB662331-
CMYK00.650.530.74
HSL348.84º48.31%17.45%-
HSV(B)348.84º65.15%25.88%-
XYZ2.81.871.51-
YUV36.77124.75148.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=55%
G=19.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66233100.650.530.74348.8448.3117.45
Hex42171F041354A15d3011
Octal10227370101651125356021
Binary1000010101111111101000001110101100101010101110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42171F; }

 p { color: rgb(66,23,31); }

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

<style>
 a { background-color: #42171F; }

 a { background-color: rgb(66,23,31); }

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

<style>
 span { border-color: #42171F; }

 span { border-color: rgb(66,23,31); }

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