#481B23

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

Shades of Bordeaux #481B23

Tints of Bordeaux #481B23

Color information

#481B23 (or 0x481B23) is unknown color: approx Bordeaux. HEX triplet: 48, 1B and 23. RGB value is (72,27,35). Sum of RGB (Red+Green+Blue) = 72+27+35=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B23 is #B7E4DC. Grayscale: #292929. Windows color (decimal): -12051677 or 2300744. OLE color: 2300744.

HSL color Cylindrical-coordinate representation of color #481B23: hue angle of 349.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B23 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB722735-
CMYK00.620.510.72
HSL349.33º45.45%19.41%-
HSV(B)349.33º62.5%28.24%-
XYZ3.372.281.85-
YUV41.37124.41149.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=53.73%
G=20.15%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72273500.620.510.72349.3345.4519.41
Hex481B2303E334815d2d13
Octal1103343076631105355523
Binary1001000110111000110111110110011100100010101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B23; }

 p { color: rgb(72,27,35); }

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

<style>
 a { background-color: #481B23; }

 a { background-color: rgb(72,27,35); }

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

<style>
 span { border-color: #481B23; }

 span { border-color: rgb(72,27,35); }

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