#4C131E

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

Shades of Bordeaux #4C131E

Tints of Bordeaux #4C131E

Color information

#4C131E (or 0x4C131E) is unknown color: approx Bordeaux. HEX triplet: 4C, 13 and 1E. RGB value is (76,19,30). Sum of RGB (Red+Green+Blue) = 76+19+30=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C131E is #B3ECE1. Grayscale: #252525. Windows color (decimal): -11791586 or 1971020. OLE color: 1971020.

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

Color convert

RGB761930-
CMYK00.750.610.70
HSL348.42º60%18.63%-
HSV(B)348.42º75%29.8%-
XYZ3.452.11.45-
YUV37.3123.88155.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=60.8%
G=15.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76193000.750.610.70348.426018.63
Hex4C131E04B3D4615c3c13
Octal11423360113751065347423
Binary1001100100111111001001011111101100011010101110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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