#430119

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

Shades of Bordeaux #430119

Tints of Bordeaux #430119

Color information

#430119 (or 0x430119) is unknown color: approx Bordeaux. HEX triplet: 43, 01 and 19. RGB value is (67,1,25). Sum of RGB (Red+Green+Blue) = 67+1+25=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430119 is #BCFEE6. Grayscale: #171717. Windows color (decimal): -12386023 or 1638723. OLE color: 1638723.

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

Color convert

RGB67125-
CMYK00.990.630.74
HSL338.18º97.06%13.33%-
HSV(B)338.18º98.51%26.27%-
XYZ2.51.291.04-
YUV23.47128.87159.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=72.04%
G=1.08%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6712500.990.630.74338.1897.0613.33
Hex431190633F4A15261d
Octal10313101437711252214115
Binary100001111100101100011111111100101010101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430119; }

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

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

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

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

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

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

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

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