#490C1A

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

Shades of Bordeaux #490C1A

Tints of Bordeaux #490C1A

Color information

#490C1A (or 0x490C1A) is unknown color: approx Bordeaux. HEX triplet: 49, 0C and 1A. RGB value is (73,12,26). Sum of RGB (Red+Green+Blue) = 73+12+26=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C1A is #B6F3E5. Grayscale: #1F1F1F. Windows color (decimal): -11989990 or 1707081. OLE color: 1707081.

HSL color Cylindrical-coordinate representation of color #490C1A: hue angle of 346.23º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C1A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB731226-
CMYK00.840.640.71
HSL346.23º71.76%16.67%-
HSV(B)346.23º83.56%28.63%-
XYZ3.071.751.15-
YUV31.83124.71157.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=65.77%
G=10.81%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73122600.840.640.71346.2371.7616.67
Hex49C1A054404715a4811
Octal1111432012410010753211021
Binary10010011100110100101010010000001000111101011010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490C1A; }

 p { color: rgb(73,12,26); }

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

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

 a { background-color: rgb(73,12,26); }

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

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

 span { border-color: rgb(73,12,26); }

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