#462129

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

Shades of Bordeaux #462129

Tints of Bordeaux #462129

Color information

#462129 (or 0x462129) is unknown color: approx Bordeaux. HEX triplet: 46, 21 and 29. RGB value is (70,33,41). Sum of RGB (Red+Green+Blue) = 70+33+41=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462129 is #B9DED6. Grayscale: #2C2C2C. Windows color (decimal): -12181207 or 2695494. OLE color: 2695494.

HSL color Cylindrical-coordinate representation of color #462129: hue angle of 347.03º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462129 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB703341-
CMYK00.530.410.73
HSL347.03º35.92%20.2%-
HSV(B)347.03º52.86%27.45%-
XYZ3.472.552.41-
YUV44.98125.76145.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=48.61%
G=22.92%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70334100.530.410.73347.0335.9220.2
Hex462129035294915b2414
Octal1064151065511115334424
Binary10001101000011010010110101101001100100110101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462129; }

 p { color: rgb(70,33,41); }

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

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

 a { background-color: rgb(70,33,41); }

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

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

 span { border-color: rgb(70,33,41); }

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