#461B23

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

Shades of Bordeaux #461B23

Tints of Bordeaux #461B23

Color information

#461B23 (or 0x461B23) is unknown color: approx Bordeaux. HEX triplet: 46, 1B and 23. RGB value is (70,27,35). Sum of RGB (Red+Green+Blue) = 70+27+35=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B23 is #B9E4DC. Grayscale: #282828. Windows color (decimal): -12182749 or 2300742. OLE color: 2300742.

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

Color convert

RGB702735-
CMYK00.610.50.73
HSL348.84º44.33%19.02%-
HSV(B)348.84º61.43%27.45%-
XYZ3.222.211.85-
YUV40.77124.75148.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=53.03%
G=20.45%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70273500.610.50.73348.8444.3319.02
Hex461B2303D324915d2c13
Octal1063343075621115355423
Binary1000110110111000110111101110010100100110101110110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,27,35); }

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

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

 a { background-color: rgb(70,27,35); }

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

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

 span { border-color: rgb(70,27,35); }

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