#430218

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

Shades of Bordeaux #430218

Tints of Bordeaux #430218

Color information

#430218 (or 0x430218) is unknown color: approx Bordeaux. HEX triplet: 43, 02 and 18. RGB value is (67,2,24). Sum of RGB (Red+Green+Blue) = 67+2+24=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430218 is #BCFDE7. Grayscale: #171717. Windows color (decimal): -12385768 or 1573443. OLE color: 1573443.

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

Color convert

RGB67224-
CMYK00.970.640.74
HSL339.69º94.2%13.53%-
HSV(B)339.69º97.01%26.27%-
XYZ2.51.30.98-
YUV23.94128.03158.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=72.04%
G=2.15%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722400.970.640.74339.6994.213.53
Hex43218061404A1545ee
Octal103230014110011252413616
Binary10000111011000011000011000000100101010101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430218; }

 p { color: rgb(67,2,24); }

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

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

 a { background-color: rgb(67,2,24); }

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

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

 span { border-color: rgb(67,2,24); }

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