#4B242C

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

Shades of Bordeaux #4B242C

Tints of Bordeaux #4B242C

Color information

#4B242C (or 0x4B242C) is unknown color: approx Bordeaux. HEX triplet: 4B, 24 and 2C. RGB value is (75,36,44). Sum of RGB (Red+Green+Blue) = 75+36+44=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B242C is #B4DBD3. Grayscale: #303030. Windows color (decimal): -11852756 or 2892875. OLE color: 2892875.

HSL color Cylindrical-coordinate representation of color #4B242C: hue angle of 347.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B242C is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB753644-
CMYK00.520.410.71
HSL347.69º35.14%21.76%-
HSV(B)347.69º52%29.41%-
XYZ3.992.942.74-
YUV48.57125.42146.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.39%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=48.39%
G=23.23%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75364400.520.410.71347.6935.1421.76
Hex4B242C034294715c2316
Octal1134454064511075344326
Binary10010111001001011000110100101001100011110101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,44); }

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

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

 a { background-color: rgb(75,36,44); }

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

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

 span { border-color: rgb(75,36,44); }

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