#421523

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

Shades of Bordeaux #421523

Tints of Bordeaux #421523

Color information

#421523 (or 0x421523) is unknown color: approx Bordeaux. HEX triplet: 42, 15 and 23. RGB value is (66,21,35). Sum of RGB (Red+Green+Blue) = 66+21+35=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421523 is #BDEADC. Grayscale: #242424. Windows color (decimal): -12446429 or 2299202. OLE color: 2299202.

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

Color convert

RGB662135-
CMYK00.680.470.74
HSL341.33º51.72%17.06%-
HSV(B)341.33º68.18%25.88%-
XYZ2.821.821.79-
YUV36.05127.41149.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=54.10%
G=17.21%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66213500.680.470.74341.3351.7217.06
Hex4215230442F4A1553411
Octal10225430104571125256421
Binary10000101010110001101000100101111100101010101010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421523; }

 p { color: rgb(66,21,35); }

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

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

 a { background-color: rgb(66,21,35); }

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

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

 span { border-color: rgb(66,21,35); }

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