#4B2127

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

Shades of Bordeaux #4B2127

Tints of Bordeaux #4B2127

Color information

#4B2127 (or 0x4B2127) is unknown color: approx Bordeaux. HEX triplet: 4B, 21 and 27. RGB value is (75,33,39). Sum of RGB (Red+Green+Blue) = 75+33+39=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2127 is #B4DED8. Grayscale: #2E2E2E. Windows color (decimal): -11853529 or 2564427. OLE color: 2564427.

HSL color Cylindrical-coordinate representation of color #4B2127: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2127 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB753339-
CMYK00.560.480.71
HSL351.43º38.89%21.18%-
HSV(B)351.43º56%29.41%-
XYZ3.812.732.25-
YUV46.24123.91148.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=51.02%
G=22.45%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75333900.560.480.71351.4338.8921.18
Hex4B2127038304715f2715
Octal1134147070601075374725
Binary10010111000011001110111000110000100011110101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,39); }

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

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

 a { background-color: rgb(75,33,39); }

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

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

 span { border-color: rgb(75,33,39); }

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