#4B051A

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

Shades of Bordeaux #4B051A

Tints of Bordeaux #4B051A

Color information

#4B051A (or 0x4B051A) is unknown color: approx Bordeaux. HEX triplet: 4B, 05 and 1A. RGB value is (75,5,26). Sum of RGB (Red+Green+Blue) = 75+5+26=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B051A is #B4FAE5. Grayscale: #1C1C1C. Windows color (decimal): -11860710 or 1705291. OLE color: 1705291.

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

Color convert

RGB75526-
CMYK00.930.650.71
HSL342º87.5%15.69%-
HSV(B)342º93.33%29.41%-
XYZ3.141.681.14-
YUV28.32126.69161.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=70.75%
G=4.72%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7552600.930.650.7134287.515.69
Hex4B51A05D41471565810
Octal113532013510110752613020
Binary1001011101110100101110110000011000111101010110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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