Html Css Color HEX #48081C Bordeaux

📋 copy color: '#48081C'

red 72 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #48081C

Tints of Bordeaux #48081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 66.67%
G = 7.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48081C (or 0x48081C) is known color: Bordeaux. HEX triplet: 48, 08 and 1C. RGB value is (72,8,28). Sum of RGB (Red+Green+Blue) = 72+8+28=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081C is #B7F7E3. Grayscale: #1D1D1D. Windows color (decimal): -12056548 or 1837128. OLE color: 1837128.

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

Color convert

RGB 72 8 28 -
CMYK 0 0.89 0.61 0.72
HSL 341.25º 0.8% 0.16% -
HSV(B) 341.25º 0.89% 0.28% -
XYZ 2.97 1.64 1.26 -
YUV 29.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 72 8 28 0 0.89 0.61 0.72 341.25 0.8 0.16
Hex 48 8 1C 0 59 3D 48 155 50 10
Octal 110 10 34 0 131 75 110 525 120 20
Binary 1001000 1000 11100 0 1011001 111101 1001000 101010101 1010000 10000

Color Harmonies of #48081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48081C

Black with #48081C

Text Example


Text Example

White with #48081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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