#431C23

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

Shades of Bordeaux #431C23

Tints of Bordeaux #431C23

Color information

#431C23 (or 0x431C23) is unknown color: approx Bordeaux. HEX triplet: 43, 1C and 23. RGB value is (67,28,35). Sum of RGB (Red+Green+Blue) = 67+28+35=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C23 is #BCE3DC. Grayscale: #282828. Windows color (decimal): -12379101 or 2300995. OLE color: 2300995.

HSL color Cylindrical-coordinate representation of color #431C23: hue angle of 349.23º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C23 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB672835-
CMYK00.580.480.74
HSL349.23º41.05%18.63%-
HSV(B)349.23º58.21%26.27%-
XYZ3.032.151.84-
YUV40.46124.92146.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=51.54%
G=21.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67283500.580.480.74349.2341.0518.63
Hex431C2303A304A15d2913
Octal1033443072601125355123
Binary1000011111001000110111010110000100101010101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431C23; }

 p { color: rgb(67,28,35); }

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

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

 a { background-color: rgb(67,28,35); }

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

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

 span { border-color: rgb(67,28,35); }

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