#481423

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

Shades of Bordeaux #481423

Tints of Bordeaux #481423

Color information

#481423 (or 0x481423) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 23. RGB value is (72,20,35). Sum of RGB (Red+Green+Blue) = 72+20+35=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481423 is #B7EBDC. Grayscale: #252525. Windows color (decimal): -12053469 or 2298952. OLE color: 2298952.

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

Color convert

RGB722035-
CMYK00.720.510.72
HSL342.69º56.52%18.04%-
HSV(B)342.69º72.22%28.24%-
XYZ3.2321.81-
YUV37.26126.73152.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=56.69%
G=15.75%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72203500.720.510.72342.6956.5218.04
Hex48142304833481573912
Octal11024430110631105277122
Binary10010001010010001101001000110011100100010101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481423; }

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

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

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

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

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

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

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

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