#441823

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

Shades of Bordeaux #441823

Tints of Bordeaux #441823

Color information

#441823 (or 0x441823) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 23. RGB value is (68,24,35). Sum of RGB (Red+Green+Blue) = 68+24+35=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441823 is #BBE7DC. Grayscale: #262626. Windows color (decimal): -12314589 or 2299972. OLE color: 2299972.

HSL color Cylindrical-coordinate representation of color #441823: hue angle of 345º 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 #441823 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB682435-
CMYK00.650.490.73
HSL345º47.83%18.04%-
HSV(B)345º64.71%26.67%-
XYZ3.0121.82-
YUV38.41126.08149.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=53.54%
G=18.90%
B=27.56%

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
Decimal68243500.650.490.7334547.8318.04
Hex44182304131491593012
Octal10430430101611115316022
Binary10001001100010001101000001110001100100110101100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441823; }

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

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

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

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

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

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

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

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