#42071C

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

Shades of Bordeaux #42071C

Tints of Bordeaux #42071C

Color information

#42071C (or 0x42071C) is unknown color: approx Bordeaux. HEX triplet: 42, 07 and 1C. RGB value is (66,7,28). Sum of RGB (Red+Green+Blue) = 66+7+28=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071C is #BDF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12450020 or 1836866. OLE color: 1836866.

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

Color convert

RGB66728-
CMYK00.890.580.74
HSL338.64º80.82%14.31%-
HSV(B)338.64º89.39%25.88%-
XYZ2.531.391.23-
YUV27.03128.55155.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=65.35%
G=6.93%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6672800.890.580.74338.6480.8214.31
Hex4271C0593A4A15351e
Octal10273401317211252312116
Binary10000101111110001011001111010100101010101001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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