#431822

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

Shades of Bordeaux #431822

Tints of Bordeaux #431822

Color information

#431822 (or 0x431822) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 22. RGB value is (67,24,34). Sum of RGB (Red+Green+Blue) = 67+24+34=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431822 is #BCE7DD. Grayscale: #262626. Windows color (decimal): -12380126 or 2234435. OLE color: 2234435.

HSL color Cylindrical-coordinate representation of color #431822: hue angle of 346.05º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431822 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB672434-
CMYK00.640.490.74
HSL346.05º47.25%17.84%-
HSV(B)346.05º64.18%26.27%-
XYZ2.931.961.74-
YUV38125.75148.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=53.6%
G=19.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243400.640.490.74346.0547.2517.84
Hex431822040314A15a2f12
Octal10330420100611125325722
Binary10000111100010001001000000110001100101010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431822; }

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

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

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

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

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

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

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

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