#451823

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

Shades of Bordeaux #451823

Tints of Bordeaux #451823

Color information

#451823 (or 0x451823) is unknown color: approx Bordeaux. HEX triplet: 45, 18 and 23. RGB value is (69,24,35). Sum of RGB (Red+Green+Blue) = 69+24+35=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451823 is #BAE7DC. Grayscale: #262626. Windows color (decimal): -12249053 or 2299973. OLE color: 2299973.

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

Color convert

RGB692435-
CMYK00.650.490.73
HSL345.33º48.39%18.24%-
HSV(B)345.33º65.22%27.06%-
XYZ3.082.041.82-
YUV38.71125.91149.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=53.91%
G=18.75%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69243500.650.490.73345.3348.3918.24
Hex45182304131491593012
Octal10530430101611115316022
Binary10001011100010001101000001110001100100110101100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451823; }

 p { color: rgb(69,24,35); }

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

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

 a { background-color: rgb(69,24,35); }

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

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

 span { border-color: rgb(69,24,35); }

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