#4A1923

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

Shades of Bordeaux #4A1923

Tints of Bordeaux #4A1923

Color information

#4A1923 (or 0x4A1923) is unknown color: approx Bordeaux. HEX triplet: 4A, 19 and 23. RGB value is (74,25,35). Sum of RGB (Red+Green+Blue) = 74+25+35=134 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.22% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1923 is #B5E6DC. Grayscale: #282828. Windows color (decimal): -11921117 or 2300234. OLE color: 2300234.

HSL color Cylindrical-coordinate representation of color #4A1923: hue angle of 347.76º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1923 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB742535-
CMYK00.660.530.71
HSL347.76º49.49%19.41%-
HSV(B)347.76º66.22%29.02%-
XYZ3.482.271.85-
YUV40.79124.73151.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 55.22%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=55.22%
G=18.66%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74253500.660.530.71347.7649.4919.41
Hex4A1923042354715c3113
Octal11231430102651075346123
Binary10010101100110001101000010110101100011110101110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1923; }

 p { color: rgb(74,25,35); }

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

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

 a { background-color: rgb(74,25,35); }

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

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

 span { border-color: rgb(74,25,35); }

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