#430A1A

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

Shades of Bordeaux #430A1A

Tints of Bordeaux #430A1A

Color information

#430A1A (or 0x430A1A) is unknown color: approx Bordeaux. HEX triplet: 43, 0A and 1A. RGB value is (67,10,26). Sum of RGB (Red+Green+Blue) = 67+10+26=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #430A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A1A is #BCF5E5. Grayscale: #1C1C1C. Windows color (decimal): -12383718 or 1706563. OLE color: 1706563.

HSL color Cylindrical-coordinate representation of color #430A1A: hue angle of 343.16º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A1A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB671026-
CMYK00.850.610.74
HSL343.16º74.03%15.1%-
HSV(B)343.16º85.07%26.27%-
XYZ2.611.481.13-
YUV28.87126.38155.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=65.05%
G=9.71%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67102600.850.610.74343.1674.0315.1
Hex43A1A0553D4A1574af
Octal103123201257511252711217
Binary100001110101101001010101111101100101010101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430A1A; }

 p { color: rgb(67,10,26); }

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

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

 a { background-color: rgb(67,10,26); }

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

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

 span { border-color: rgb(67,10,26); }

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