#421722

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

Shades of Bordeaux #421722

Tints of Bordeaux #421722

Color information

#421722 (or 0x421722) is unknown color: approx Bordeaux. HEX triplet: 42, 17 and 22. RGB value is (66,23,34). Sum of RGB (Red+Green+Blue) = 66+23+34=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421722 is #BDE8DD. Grayscale: #252525. Windows color (decimal): -12445918 or 2234178. OLE color: 2234178.

HSL color Cylindrical-coordinate representation of color #421722: hue angle of 344.65º 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 #421722 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB662334-
CMYK00.650.480.74
HSL344.65º48.31%17.45%-
HSV(B)344.65º65.15%25.88%-
XYZ2.841.891.73-
YUV37.11126.25148.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=53.66%
G=18.70%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66233400.650.480.74344.6548.3117.45
Hex421722041304A1593011
Octal10227420101601125316021
Binary10000101011110001001000001110000100101010101100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421722; }

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

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

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

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

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

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

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

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