#430B1D

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

Shades of Bordeaux #430B1D

Tints of Bordeaux #430B1D

Color information

#430B1D (or 0x430B1D) is unknown color: approx Bordeaux. HEX triplet: 43, 0B and 1D. RGB value is (67,11,29). Sum of RGB (Red+Green+Blue) = 67+11+29=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B1D is #BCF4E2. Grayscale: #1D1D1D. Windows color (decimal): -12383459 or 1903427. OLE color: 1903427.

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

Color convert

RGB671129-
CMYK00.840.570.74
HSL340.71º71.79%15.29%-
HSV(B)340.71º83.58%26.27%-
XYZ2.661.521.32-
YUV29.8127.55154.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=62.62%
G=10.28%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67112900.840.570.74340.7171.7915.29
Hex43B1D054394A15548f
Octal103133501247111252511017
Binary100001110111110101010100111001100101010101010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,11,29); }

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

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

 a { background-color: rgb(67,11,29); }

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

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

 span { border-color: rgb(67,11,29); }

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