#421421

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

Shades of Bordeaux #421421

Tints of Bordeaux #421421

Color information

#421421 (or 0x421421) is unknown color: approx Bordeaux. HEX triplet: 42, 14 and 21. RGB value is (66,20,33). Sum of RGB (Red+Green+Blue) = 66+20+33=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421421 is #BDEBDE. Grayscale: #232323. Windows color (decimal): -12446687 or 2167874. OLE color: 2167874.

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

Color convert

RGB662033-
CMYK00.700.50.74
HSL343.04º53.49%16.86%-
HSV(B)343.04º69.7%25.88%-
XYZ2.771.771.63-
YUV35.24126.74149.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=55.46%
G=16.81%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66203300.700.50.74343.0453.4916.86
Hex421421046324A1573511
Octal10224410106621125276521
Binary10000101010010000101000110110010100101010101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421421; }

 p { color: rgb(66,20,33); }

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

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

 a { background-color: rgb(66,20,33); }

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

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

 span { border-color: rgb(66,20,33); }

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