#42121F

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

Shades of Bordeaux #42121F

Tints of Bordeaux #42121F

Color information

#42121F (or 0x42121F) is unknown color: approx Bordeaux. HEX triplet: 42, 12 and 1F. RGB value is (66,18,31). Sum of RGB (Red+Green+Blue) = 66+18+31=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42121F is #BDEDE0. Grayscale: #212121. Windows color (decimal): -12447201 or 2036290. OLE color: 2036290.

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

Color convert

RGB661831-
CMYK00.730.530.74
HSL343.75º57.14%16.47%-
HSV(B)343.75º72.73%25.88%-
XYZ2.711.691.48-
YUV33.83126.4150.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=57.39%
G=15.65%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66183100.730.530.74343.7557.1416.47
Hex42121F049354A1583910
Octal10222370111651125307120
Binary1000010100101111101001001110101100101010101100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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