Html Css Color HEX #48081B Bordeaux

📋 copy color: '#48081B'

red 72 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #48081B

Tints of Bordeaux #48081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 67.29%
G = 7.48%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48081B (or 0x48081B) is known color: Bordeaux. HEX triplet: 48, 08 and 1B. RGB value is (72,8,27). Sum of RGB (Red+Green+Blue) = 72+8+27=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081B is #B7F7E4. Grayscale: #1D1D1D. Windows color (decimal): -12056549 or 1771592. OLE color: 1771592.

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

Color convert

RGB 72 8 27 -
CMYK 0 0.89 0.62 0.72
HSL 342.19º 0.8% 0.16% -
HSV(B) 342.19º 0.89% 0.28% -
XYZ 2.96 1.63 1.2 -
YUV 29.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 72 8 27 0 0.89 0.62 0.72 342.19 0.8 0.16
Hex 48 8 1B 0 59 3E 48 156 50 10
Octal 110 10 33 0 131 76 110 526 120 20
Binary 1001000 1000 11011 0 1011001 111110 1001000 101010110 1010000 10000

Color Harmonies of #48081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48081B

Black with #48081B

Text Example


Text Example

White with #48081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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