#461F27

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

Shades of Bordeaux #461F27

Tints of Bordeaux #461F27

Color information

#461F27 (or 0x461F27) is unknown color: approx Bordeaux. HEX triplet: 46, 1F and 27. RGB value is (70,31,39). Sum of RGB (Red+Green+Blue) = 70+31+39=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #461F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F27 is #B9E0D8. Grayscale: #2B2B2B. Windows color (decimal): -12181721 or 2563910. OLE color: 2563910.

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

Color convert

RGB703139-
CMYK00.560.440.73
HSL347.69º38.61%19.8%-
HSV(B)347.69º55.71%27.45%-
XYZ3.382.432.21-
YUV43.57125.42146.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=50%
G=22.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70313900.560.440.73347.6938.6119.8
Hex461F270382C4915c2714
Octal1063747070541115344724
Binary1000110111111001110111000101100100100110101110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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