#4B202B

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

Shades of Bordeaux #4B202B

Tints of Bordeaux #4B202B

Color information

#4B202B (or 0x4B202B) is unknown color: approx Bordeaux. HEX triplet: 4B, 20 and 2B. RGB value is (75,32,43). Sum of RGB (Red+Green+Blue) = 75+32+43=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202B is #B4DFD4. Grayscale: #2E2E2E. Windows color (decimal): -11853781 or 2826315. OLE color: 2826315.

HSL color Cylindrical-coordinate representation of color #4B202B: hue angle of 344.65º 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 #4B202B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB753243-
CMYK00.570.430.71
HSL344.65º40.19%20.98%-
HSV(B)344.65º57.33%29.41%-
XYZ3.852.72.6-
YUV46.11126.25148.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=50%
G=21.33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75324300.570.430.71344.6540.1920.98
Hex4B202B0392B471592815
Octal1134053071531075315025
Binary10010111000001010110111001101011100011110101100110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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