#42071A

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

Shades of Bordeaux #42071A

Tints of Bordeaux #42071A

Color information

#42071A (or 0x42071A) is unknown color: approx Bordeaux. HEX triplet: 42, 07 and 1A. RGB value is (66,7,26). Sum of RGB (Red+Green+Blue) = 66+7+26=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071A is #BDF8E5. Grayscale: #1A1A1A. Windows color (decimal): -12450022 or 1705794. OLE color: 1705794.

HSL color Cylindrical-coordinate representation of color #42071A: hue angle of 340.68º 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 #42071A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB66726-
CMYK00.890.610.74
HSL340.68º80.82%14.31%-
HSV(B)340.68º89.39%25.88%-
XYZ2.511.381.11-
YUV26.81127.55155.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=66.67%
G=7.07%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6672600.890.610.74340.6880.8214.31
Hex4271A0593D4A15551e
Octal10273201317511252512116
Binary10000101111101001011001111101100101010101010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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