#461F26

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

Shades of Bordeaux #461F26

Tints of Bordeaux #461F26

Color information

#461F26 (or 0x461F26) is unknown color: approx Bordeaux. HEX triplet: 46, 1F and 26. RGB value is (70,31,38). Sum of RGB (Red+Green+Blue) = 70+31+38=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F26 is #B9E0D9. Grayscale: #2B2B2B. Windows color (decimal): -12181722 or 2498374. OLE color: 2498374.

HSL color Cylindrical-coordinate representation of color #461F26: hue angle of 349.23º 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 #461F26 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB703138-
CMYK00.560.460.73
HSL349.23º38.61%19.8%-
HSV(B)349.23º55.71%27.45%-
XYZ3.372.422.12-
YUV43.46124.92146.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=50.36%
G=22.30%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70313800.560.460.73349.2338.6119.8
Hex461F260382E4915d2714
Octal1063746070561115354724
Binary1000110111111001100111000101110100100110101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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