#431C22

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

Shades of Bordeaux #431C22

Tints of Bordeaux #431C22

Color information

#431C22 (or 0x431C22) is unknown color: approx Bordeaux. HEX triplet: 43, 1C and 22. RGB value is (67,28,34). Sum of RGB (Red+Green+Blue) = 67+28+34=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #431C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C22 is #BCE3DD. Grayscale: #282828. Windows color (decimal): -12379102 or 2235459. OLE color: 2235459.

HSL color Cylindrical-coordinate representation of color #431C22: hue angle of 350.77º 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 #431C22 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB672834-
CMYK00.580.490.74
HSL350.77º41.05%18.63%-
HSV(B)350.77º58.21%26.27%-
XYZ3.022.141.77-
YUV40.34124.42147.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=51.94%
G=21.71%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67283400.580.490.74350.7741.0518.63
Hex431C2203A314A15f2913
Octal1033442072611125375123
Binary1000011111001000100111010110001100101010101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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