#42181F

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

Shades of Bordeaux #42181F

Tints of Bordeaux #42181F

Color information

#42181F (or 0x42181F) is unknown color: approx Bordeaux. HEX triplet: 42, 18 and 1F. RGB value is (66,24,31). Sum of RGB (Red+Green+Blue) = 66+24+31=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #42181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42181F is #BDE7E0. Grayscale: #252525. Windows color (decimal): -12445665 or 2037826. OLE color: 2037826.

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

Color convert

RGB662431-
CMYK00.640.530.74
HSL350º46.67%17.65%-
HSV(B)350º63.64%25.88%-
XYZ2.821.911.52-
YUV37.36124.41148.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=54.55%
G=19.83%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66243100.640.530.7435046.6717.65
Hex42181F040354A15e2f12
Octal10230370100651125365722
Binary1000010110001111101000000110101100101010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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