#430319

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

Shades of Bordeaux #430319

Tints of Bordeaux #430319

Color information

#430319 (or 0x430319) is unknown color: approx Bordeaux. HEX triplet: 43, 03 and 19. RGB value is (67,3,25). Sum of RGB (Red+Green+Blue) = 67+3+25=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430319 is #BCFCE6. Grayscale: #181818. Windows color (decimal): -12385511 or 1639235. OLE color: 1639235.

HSL color Cylindrical-coordinate representation of color #430319: hue angle of 339.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430319 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB67325-
CMYK00.960.630.74
HSL339.38º91.43%13.73%-
HSV(B)339.38º95.52%26.27%-
XYZ2.521.331.04-
YUV24.64128.2158.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=70.53%
G=3.16%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732500.960.630.74339.3891.4313.73
Hex433190603F4A1535be
Octal10333101407711252313316
Binary1000011111100101100000111111100101010101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430319; }

 p { color: rgb(67,3,25); }

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

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

 a { background-color: rgb(67,3,25); }

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

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

 span { border-color: rgb(67,3,25); }

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