#421622

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

Shades of Bordeaux #421622

Tints of Bordeaux #421622

Color information

#421622 (or 0x421622) is unknown color: approx Bordeaux. HEX triplet: 42, 16 and 22. RGB value is (66,22,34). Sum of RGB (Red+Green+Blue) = 66+22+34=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421622 is #BDE9DD. Grayscale: #242424. Windows color (decimal): -12446174 or 2233922. OLE color: 2233922.

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

Color convert

RGB662234-
CMYK00.670.480.74
HSL343.64º50%17.25%-
HSV(B)343.64º66.67%25.88%-
XYZ2.821.851.72-
YUV36.52126.58149.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=54.10%
G=18.03%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66223400.670.480.74343.645017.25
Hex421622043304A1583211
Octal10226420103601125306221
Binary10000101011010001001000011110000100101010101100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421622; }

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

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

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

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

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

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

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

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