#481E23

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

Shades of Bordeaux #481E23

Tints of Bordeaux #481E23

Color information

#481E23 (or 0x481E23) is unknown color: approx Bordeaux. HEX triplet: 48, 1E and 23. RGB value is (72,30,35). Sum of RGB (Red+Green+Blue) = 72+30+35=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E23 is #B7E1DC. Grayscale: #2B2B2B. Windows color (decimal): -12050909 or 2301512. OLE color: 2301512.

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

Color convert

RGB723035-
CMYK00.580.510.72
HSL352.86º41.18%20%-
HSV(B)352.86º58.33%28.24%-
XYZ3.442.431.88-
YUV43.13123.41148.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=52.55%
G=21.90%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72303500.580.510.72352.8641.1820
Hex481E2303A33481612914
Octal1103643072631105415124
Binary1001000111101000110111010110011100100010110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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