#421720

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

Shades of Bordeaux #421720

Tints of Bordeaux #421720

Color information

#421720 (or 0x421720) is unknown color: approx Bordeaux. HEX triplet: 42, 17 and 20. RGB value is (66,23,32). Sum of RGB (Red+Green+Blue) = 66+23+32=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421720 is #BDE8DF. Grayscale: #242424. Windows color (decimal): -12445920 or 2103106. OLE color: 2103106.

HSL color Cylindrical-coordinate representation of color #421720: hue angle of 347.44º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421720 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB662332-
CMYK00.650.520.74
HSL347.44º48.31%17.45%-
HSV(B)347.44º65.15%25.88%-
XYZ2.811.881.58-
YUV36.88125.25148.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=54.55%
G=19.01%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66233200.650.520.74347.4448.3117.45
Hex421720041344A15b3011
Octal10227400101641125336021
Binary10000101011110000001000001110100100101010101101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421720; }

 p { color: rgb(66,23,32); }

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

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

 a { background-color: rgb(66,23,32); }

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

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

 span { border-color: rgb(66,23,32); }

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