#42091A

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

Shades of Bordeaux #42091A

Tints of Bordeaux #42091A

Color information

#42091A (or 0x42091A) is unknown color: approx Bordeaux. HEX triplet: 42, 09 and 1A. RGB value is (66,9,26). Sum of RGB (Red+Green+Blue) = 66+9+26=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42091A is #BDF6E5. Grayscale: #1B1B1B. Windows color (decimal): -12449510 or 1706306. OLE color: 1706306.

HSL color Cylindrical-coordinate representation of color #42091A: hue angle of 342.11º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42091A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB66926-
CMYK00.860.610.74
HSL342.11º76%14.71%-
HSV(B)342.11º86.36%25.88%-
XYZ2.531.431.12-
YUV27.98126.88155.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=65.35%
G=8.91%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6692600.860.610.74342.117614.71
Hex4291A0563D4A1564cf
Octal102113201267511252611417
Binary100001010011101001010110111101100101010101011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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