#4C131C

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

Shades of Bordeaux #4C131C

Tints of Bordeaux #4C131C

Color information

#4C131C (or 0x4C131C) is unknown color: approx Bordeaux. HEX triplet: 4C, 13 and 1C. RGB value is (76,19,28). Sum of RGB (Red+Green+Blue) = 76+19+28=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C131C is #B3ECE3. Grayscale: #252525. Windows color (decimal): -11791588 or 1839948. OLE color: 1839948.

HSL color Cylindrical-coordinate representation of color #4C131C: hue angle of 350.53º 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 #4C131C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB761928-
CMYK00.750.630.70
HSL350.53º60%18.63%-
HSV(B)350.53º75%29.8%-
XYZ3.422.091.32-
YUV37.07122.88155.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.79%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=61.79%
G=15.45%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76192800.750.630.70350.536018.63
Hex4C131C04B3F4615f3c13
Octal11423340113771065377423
Binary1001100100111110001001011111111100011010101111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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