#430F1E

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

Shades of Bordeaux #430F1E

Tints of Bordeaux #430F1E

Color information

#430F1E (or 0x430F1E) is unknown color: approx Bordeaux. HEX triplet: 43, 0F and 1E. RGB value is (67,15,30). Sum of RGB (Red+Green+Blue) = 67+15+30=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1E is #BCF0E1. Grayscale: #202020. Windows color (decimal): -12382434 or 1969987. OLE color: 1969987.

HSL color Cylindrical-coordinate representation of color #430F1E: hue angle of 342.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F1E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB671530-
CMYK00.780.550.74
HSL342.69º63.41%16.08%-
HSV(B)342.69º77.61%26.27%-
XYZ2.721.631.4-
YUV32.26126.73152.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=59.82%
G=13.39%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67153000.780.550.74342.6963.4116.08
Hex43F1E04E374A1573f10
Octal10317360116671125277720
Binary100001111111111001001110110111100101010101011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,30); }

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

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

 a { background-color: rgb(67,15,30); }

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

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

 span { border-color: rgb(67,15,30); }

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