#421620

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

Shades of Bordeaux #421620

Tints of Bordeaux #421620

Color information

#421620 (or 0x421620) is unknown color: approx Bordeaux. HEX triplet: 42, 16 and 20. RGB value is (66,22,32). Sum of RGB (Red+Green+Blue) = 66+22+32=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421620 is #BDE9DF. Grayscale: #242424. Windows color (decimal): -12446176 or 2102850. OLE color: 2102850.

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

Color convert

RGB662232-
CMYK00.670.520.74
HSL346.36º50%17.25%-
HSV(B)346.36º66.67%25.88%-
XYZ2.791.841.57-
YUV36.3125.58149.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=55%
G=18.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66223200.670.520.74346.365017.25
Hex421620043344A15a3211
Octal10226400103641125326221
Binary10000101011010000001000011110100100101010101101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421620; }

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

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

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

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

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

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

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

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