#4B1A1B

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

Shades of Bordeaux #4B1A1B

Tints of Bordeaux #4B1A1B

Color information

#4B1A1B (or 0x4B1A1B) is unknown color: approx Bordeaux. HEX triplet: 4B, 1A and 1B. RGB value is (75,26,27). Sum of RGB (Red+Green+Blue) = 75+26+27=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A1B is #B4E5E4. Grayscale: #282828. Windows color (decimal): -11855333 or 1776203. OLE color: 1776203.

HSL color Cylindrical-coordinate representation of color #4B1A1B: hue angle of 358.78º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A1B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB752627-
CMYK00.650.640.71
HSL358.78º48.51%19.8%-
HSV(B)358.78º65.33%29.41%-
XYZ3.472.311.3-
YUV40.76120.23152.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=58.59%
G=20.31%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75262700.650.640.71358.7848.5119.8
Hex4B1A1B04140471673114
Octal113323301011001075476124
Binary10010111101011011010000011000000100011110110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,27); }

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

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

 a { background-color: rgb(75,26,27); }

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

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

 span { border-color: rgb(75,26,27); }

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