#461F25

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

Shades of Bordeaux #461F25

Tints of Bordeaux #461F25

Color information

#461F25 (or 0x461F25) is unknown color: approx Bordeaux. HEX triplet: 46, 1F and 25. RGB value is (70,31,37). Sum of RGB (Red+Green+Blue) = 70+31+37=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F25 is #B9E0DA. Grayscale: #2B2B2B. Windows color (decimal): -12181723 or 2432838. OLE color: 2432838.

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

Color convert

RGB703137-
CMYK00.560.470.73
HSL350.77º38.61%19.8%-
HSV(B)350.77º55.71%27.45%-
XYZ3.352.422.04-
YUV43.34124.42147.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=50.72%
G=22.46%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70313700.560.470.73350.7738.6119.8
Hex461F250382F4915f2714
Octal1063745070571115374724
Binary1000110111111001010111000101111100100110101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461F25; }

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

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

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

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

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

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

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

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