#461423

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

Shades of Bordeaux #461423

Tints of Bordeaux #461423

Color information

#461423 (or 0x461423) is unknown color: approx Bordeaux. HEX triplet: 46, 14 and 23. RGB value is (70,20,35). Sum of RGB (Red+Green+Blue) = 70+20+35=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461423 is #B9EBDC. Grayscale: #242424. Windows color (decimal): -12184541 or 2298950. OLE color: 2298950.

HSL color Cylindrical-coordinate representation of color #461423: hue angle of 342º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461423 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB702035-
CMYK00.710.50.73
HSL342º55.56%17.65%-
HSV(B)342º71.43%27.45%-
XYZ3.081.921.8-
YUV36.66127.06151.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 35 (14.06% from 255) = 28%
R=56%
G=16%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70203500.710.50.7334255.5617.65
Hex46142304732491563812
Octal10624430107621115267022
Binary10001101010010001101000111110010100100110101011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461423; }

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

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

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

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

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

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

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

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