#461925

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

Shades of Bordeaux #461925

Tints of Bordeaux #461925

Color information

#461925 (or 0x461925) is unknown color: approx Bordeaux. HEX triplet: 46, 19 and 25. RGB value is (70,25,37). Sum of RGB (Red+Green+Blue) = 70+25+37=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461925 is #B9E6DA. Grayscale: #272727. Windows color (decimal): -12183259 or 2431302. OLE color: 2431302.

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

Color convert

RGB702537-
CMYK00.640.470.73
HSL344º47.37%18.63%-
HSV(B)344º64.29%27.45%-
XYZ3.212.131.99-
YUV39.82126.41149.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=53.03%
G=18.94%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70253700.640.470.7334447.3718.63
Hex4619250402F491582f13
Octal10631450100571115305723
Binary10001101100110010101000000101111100100110101100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461925; }

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

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

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

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

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

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

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

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