#421921

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

Shades of Bordeaux #421921

Tints of Bordeaux #421921

Color information

#421921 (or 0x421921) is unknown color: approx Bordeaux. HEX triplet: 42, 19 and 21. RGB value is (66,25,33). Sum of RGB (Red+Green+Blue) = 66+25+33=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421921 is #BDE6DE. Grayscale: #262626. Windows color (decimal): -12445407 or 2169154. OLE color: 2169154.

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

Color convert

RGB662533-
CMYK00.620.50.74
HSL348.29º45.05%17.84%-
HSV(B)348.29º62.12%25.88%-
XYZ2.871.961.67-
YUV38.17125.08147.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=53.23%
G=20.16%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66253300.620.50.74348.2945.0517.84
Hex42192103E324A15c2d12
Octal1023141076621125345522
Binary1000010110011000010111110110010100101010101110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421921; }

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

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

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

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

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

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

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

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