#421321

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

Shades of Bordeaux #421321

Tints of Bordeaux #421321

Color information

#421321 (or 0x421321) is unknown color: approx Bordeaux. HEX triplet: 42, 13 and 21. RGB value is (66,19,33). Sum of RGB (Red+Green+Blue) = 66+19+33=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #421321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421321 is #BDECDE. Grayscale: #222222. Windows color (decimal): -12446943 or 2167618. OLE color: 2167618.

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

Color convert

RGB661933-
CMYK00.710.50.74
HSL342.13º55.29%16.67%-
HSV(B)342.13º71.21%25.88%-
XYZ2.751.731.63-
YUV34.65127.07150.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=55.93%
G=16.10%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66193300.710.50.74342.1355.2916.67
Hex421321047324A1563711
Octal10223410107621125266721
Binary10000101001110000101000111110010100101010101011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421321; }

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

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

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

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

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

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

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

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