#430419

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

Shades of Bordeaux #430419

Tints of Bordeaux #430419

Color information

#430419 (or 0x430419) is unknown color: approx Bordeaux. HEX triplet: 43, 04 and 19. RGB value is (67,4,25). Sum of RGB (Red+Green+Blue) = 67+4+25=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430419 is #BCFBE6. Grayscale: #191919. Windows color (decimal): -12385255 or 1639491. OLE color: 1639491.

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

Color convert

RGB67425-
CMYK00.940.630.74
HSL340º88.73%13.92%-
HSV(B)340º94.03%26.27%-
XYZ2.531.351.05-
YUV25.23127.87157.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=69.79%
G=4.17%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742500.940.630.7434088.7313.92
Hex4341905E3F4A15459e
Octal10343101367711252413116
Binary10000111001100101011110111111100101010101010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430419; }

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

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

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

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

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

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

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

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