#4B202A

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

Shades of Bordeaux #4B202A

Tints of Bordeaux #4B202A

Color information

#4B202A (or 0x4B202A) is unknown color: approx Bordeaux. HEX triplet: 4B, 20 and 2A. RGB value is (75,32,42). Sum of RGB (Red+Green+Blue) = 75+32+42=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202A is #B4DFD5. Grayscale: #2D2D2D. Windows color (decimal): -11853782 or 2760779. OLE color: 2760779.

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

Color convert

RGB753242-
CMYK00.570.440.71
HSL346.05º40.19%20.98%-
HSV(B)346.05º57.33%29.41%-
XYZ3.842.72.51-
YUV46125.75148.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=50.34%
G=21.48%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75324200.570.440.71346.0540.1920.98
Hex4B202A0392C4715a2815
Octal1134052071541075325025
Binary10010111000001010100111001101100100011110101101010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,42); }

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

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

 a { background-color: rgb(75,32,42); }

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

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

 span { border-color: rgb(75,32,42); }

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