Html Css Color HEX #48081A Bordeaux

📋 copy color: '#48081A'

red 72 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #48081A

Tints of Bordeaux #48081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 67.92%
G = 7.55%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48081A (or 0x48081A) is known color: Bordeaux. HEX triplet: 48, 08 and 1A. RGB value is (72,8,26). Sum of RGB (Red+Green+Blue) = 72+8+26=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081A is #B7F7E5. Grayscale: #1D1D1D. Windows color (decimal): -12056550 or 1706056. OLE color: 1706056.

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

Color convert

RGB 72 8 26 -
CMYK 0 0.89 0.64 0.72
HSL 343.13º 0.8% 0.16% -
HSV(B) 343.13º 0.89% 0.28% -
XYZ 2.95 1.63 1.14 -
YUV 29.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 72 8 26 0 0.89 0.64 0.72 343.13 0.8 0.16
Hex 48 8 1A 0 59 40 48 157 50 10
Octal 110 10 32 0 131 100 110 527 120 20
Binary 1001000 1000 11010 0 1011001 1000000 1001000 101010111 1010000 10000

Color Harmonies of #48081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48081A

Black with #48081A

Text Example


Text Example

White with #48081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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