#4C031E

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

Shades of Bordeaux #4C031E

Tints of Bordeaux #4C031E

Color information

#4C031E (or 0x4C031E) is unknown color: approx Bordeaux. HEX triplet: 4C, 03 and 1E. RGB value is (76,3,30). Sum of RGB (Red+Green+Blue) = 76+3+30=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C031E is #B3FCE1. Grayscale: #1B1B1B. Windows color (decimal): -11795682 or 1966924. OLE color: 1966924.

HSL color Cylindrical-coordinate representation of color #4C031E: hue angle of 337.81º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C031E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB76330-
CMYK00.960.610.70
HSL337.81º92.41%15.49%-
HSV(B)337.81º96.05%29.8%-
XYZ3.251.71.38-
YUV27.9129.18162.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 69.72%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=69.72%
G=2.75%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7633000.960.610.70337.8192.4115.49
Hex4C31E0603D461525cf
Octal11433601407510652213417
Binary1001100111111001100000111101100011010101001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,3,30); }

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

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

 a { background-color: rgb(76,3,30); }

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

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

 span { border-color: rgb(76,3,30); }

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