#481425

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

Shades of Bordeaux #481425

Tints of Bordeaux #481425

Color information

#481425 (or 0x481425) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 25. RGB value is (72,20,37). Sum of RGB (Red+Green+Blue) = 72+20+37=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481425 is #B7EBDA. Grayscale: #252525. Windows color (decimal): -12053467 or 2430024. OLE color: 2430024.

HSL color Cylindrical-coordinate representation of color #481425: hue angle of 340.38º 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 #481425 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB722037-
CMYK00.720.490.72
HSL340.38º56.52%18.04%-
HSV(B)340.38º72.22%28.24%-
XYZ3.262.011.97-
YUV37.49127.73152.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=55.81%
G=15.50%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72203700.720.490.72340.3856.5218.04
Hex48142504831481543912
Octal11024450110611105247122
Binary10010001010010010101001000110001100100010101010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481425; }

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

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

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

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

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

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

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

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