#461625

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

Shades of Bordeaux #461625

Tints of Bordeaux #461625

Color information

#461625 (or 0x461625) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 25. RGB value is (70,22,37). Sum of RGB (Red+Green+Blue) = 70+22+37=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461625 is #B9E9DA. Grayscale: #262626. Windows color (decimal): -12184027 or 2430534. OLE color: 2430534.

HSL color Cylindrical-coordinate representation of color #461625: hue angle of 341.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461625 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB702237-
CMYK00.690.470.73
HSL341.25º52.17%18.04%-
HSV(B)341.25º68.57%27.45%-
XYZ3.152.011.97-
YUV38.06127.4150.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=54.26%
G=17.05%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223700.690.470.73341.2552.1718.04
Hex4616250452F491553412
Octal10626450105571115256422
Binary10001101011010010101000101101111100100110101010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461625; }

 p { color: rgb(70,22,37); }

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

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

 a { background-color: rgb(70,22,37); }

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

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

 span { border-color: rgb(70,22,37); }

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