#450018

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

Shades of Bordeaux #450018

Tints of Bordeaux #450018

Color information

#450018 (or 0x450018) is unknown color: approx Bordeaux. HEX triplet: 45, 00 and 18. RGB value is (69,0,24). Sum of RGB (Red+Green+Blue) = 69+0+24=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450018 is #BAFFE7. Grayscale: #171717. Windows color (decimal): -12255208 or 1572933. OLE color: 1572933.

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

Color convert

RGB69024-
CMYK010.650.73
HSL339.13º100%13.53%-
HSV(B)339.13º100%27.06%-
XYZ2.621.330.98-
YUV23.37128.36160.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=74.19%
G=0%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69024010.650.73339.1310013.53
Hex45018064414915364e
Octal105030014410111152314416
Binary1000101011000011001001000001100100110101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450018; }

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

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

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

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

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

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

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

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