Html Css Color HEX #48081D Bordeaux

📋 copy color: '#48081D'

red 72 ◦ green 8 ◦ blue 29

#48081D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #48081D

Tints of Bordeaux #48081D

RGB

 RED value IS 72 (28.52% from 255) = 66.06%

 GREEN value IS 8 (3.52% from 255) = 7.34%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 66.06%
G = 7.34%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48081D (or 0x48081D) is known color: Bordeaux. HEX triplet: 48, 08 and 1D. RGB value is (72,8,29). Sum of RGB (Red+Green+Blue) = 72+8+29=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081D is #B7F7E2. Grayscale: #1D1D1D. Windows color (decimal): -12056547 or 1902664. OLE color: 1902664.

HSL color Cylindrical-coordinate representation of color #48081D: hue angle of 340.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48081D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 29 -
CMYK 0 0.89 0.60 0.72
HSL 340.31º 0.8% 0.16% -
HSV(B) 340.31º 0.89% 0.28% -
XYZ 2.98 1.64 1.32 -
YUV 29.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 72 8 29 0 0.89 0.60 0.72 340.31 0.8 0.16
Hex 48 8 1D 0 59 3C 48 154 50 10
Octal 110 10 35 0 131 74 110 524 120 20
Binary 1001000 1000 11101 0 1011001 111100 1001000 101010100 1010000 10000

Color Harmonies of #48081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48081D

Black with #48081D

Text Example


Text Example

White with #48081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48081D; }

 p { color: rgb(72,8,29); }

 H1.HeaderClassName
 {
   color: #48081D;
 }
 .AnyTagClassName
 {
   color: #48081D;
 }
</style>

background-color css

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

 a { background-color: rgb(72,8,29); }

 div.DivClassName
 {
   background-color: #48081D;
 }
 .BgClassName
 {
   background-color: #48081D;
 }
</style>

border-color css

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

 span { border-color: rgb(72,8,29); }

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