#4B1425

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

Shades of Bordeaux #4B1425

Tints of Bordeaux #4B1425

Color information

#4B1425 (or 0x4B1425) is unknown color: approx Bordeaux. HEX triplet: 4B, 14 and 25. RGB value is (75,20,37). Sum of RGB (Red+Green+Blue) = 75+20+37=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1425 is #B4EBDA. Grayscale: #262626. Windows color (decimal): -11856859 or 2430027. OLE color: 2430027.

HSL color Cylindrical-coordinate representation of color #4B1425: hue angle of 341.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1425 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB752037-
CMYK00.730.510.71
HSL341.45º57.89%18.63%-
HSV(B)341.45º73.33%29.41%-
XYZ3.492.131.98-
YUV38.38127.22154.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.82%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=56.82%
G=15.15%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75203700.730.510.71341.4557.8918.63
Hex4B142504933471553a13
Octal11324450111631075257223
Binary10010111010010010101001001110011100011110101010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,37); }

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

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

 a { background-color: rgb(75,20,37); }

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

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

 span { border-color: rgb(75,20,37); }

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