#450C1B

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

Shades of Bordeaux #450C1B

Tints of Bordeaux #450C1B

Color information

#450C1B (or 0x450C1B) is unknown color: approx Bordeaux. HEX triplet: 45, 0C and 1B. RGB value is (69,12,27). Sum of RGB (Red+Green+Blue) = 69+12+27=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #450C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C1B is #BAF3E4. Grayscale: #1E1E1E. Windows color (decimal): -12252133 or 1772613. OLE color: 1772613.

HSL color Cylindrical-coordinate representation of color #450C1B: hue angle of 344.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C1B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB691227-
CMYK00.830.610.73
HSL344.21º70.37%15.88%-
HSV(B)344.21º82.61%27.06%-
XYZ2.781.611.2-
YUV30.75125.88155.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.89%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 27 (10.94% from 255) = 25%
R=63.89%
G=11.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69122700.830.610.73344.2170.3715.88
Hex45C1B0533D491584610
Octal105143301237511153010620
Binary1000101110011011010100111111011001001101011000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450C1B; }

 p { color: rgb(69,12,27); }

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

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

 a { background-color: rgb(69,12,27); }

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

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

 span { border-color: rgb(69,12,27); }

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