#48181E

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

Shades of Bordeaux #48181E

Tints of Bordeaux #48181E

Color information

#48181E (or 0x48181E) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 1E. RGB value is (72,24,30). Sum of RGB (Red+Green+Blue) = 72+24+30=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181E is #B7E7E1. Grayscale: #272727. Windows color (decimal): -12052450 or 1972296. OLE color: 1972296.

HSL color Cylindrical-coordinate representation of color #48181E: hue angle of 352.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48181E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB722430-
CMYK00.670.580.72
HSL352.5º50%18.82%-
HSV(B)352.5º66.67%28.24%-
XYZ3.232.121.47-
YUV39.04122.9151.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72243000.670.580.72352.55018.82
Hex48181E0433A481603213
Octal11030360103721105406223
Binary1001000110001111001000011111010100100010110000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48181E; }

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

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

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

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

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

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

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

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