#430F1B

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

Shades of Bordeaux #430F1B

Tints of Bordeaux #430F1B

Color information

#430F1B (or 0x430F1B) is unknown color: approx Bordeaux. HEX triplet: 43, 0F and 1B. RGB value is (67,15,27). Sum of RGB (Red+Green+Blue) = 67+15+27=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1B is #BCF0E4. Grayscale: #1F1F1F. Windows color (decimal): -12382437 or 1773379. OLE color: 1773379.

HSL color Cylindrical-coordinate representation of color #430F1B: hue angle of 346.15º 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 #430F1B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB671527-
CMYK00.780.600.74
HSL346.15º63.41%16.08%-
HSV(B)346.15º77.61%26.27%-
XYZ2.681.611.21-
YUV31.92125.23153.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=61.47%
G=13.76%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67152700.780.600.74346.1563.4116.08
Hex43F1B04E3C4A15a3f10
Octal10317330116741125327720
Binary100001111111101101001110111100100101010101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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