#431621

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

Shades of Bordeaux #431621

Tints of Bordeaux #431621

Color information

#431621 (or 0x431621) is unknown color: approx Bordeaux. HEX triplet: 43, 16 and 21. RGB value is (67,22,33). Sum of RGB (Red+Green+Blue) = 67+22+33=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431621 is #BCE9DE. Grayscale: #242424. Windows color (decimal): -12380639 or 2168387. OLE color: 2168387.

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

Color convert

RGB672233-
CMYK00.670.510.74
HSL345.33º50.56%17.45%-
HSV(B)345.33º67.16%26.27%-
XYZ2.881.881.65-
YUV36.71125.91149.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=54.92%
G=18.03%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67223300.670.510.74345.3350.5617.45
Hex431621043334A1593311
Octal10326410103631125316321
Binary10000111011010000101000011110011100101010101100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431621; }

 p { color: rgb(67,22,33); }

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

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

 a { background-color: rgb(67,22,33); }

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

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

 span { border-color: rgb(67,22,33); }

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