Html Css Color HEX #48111C Bordeaux

📋 copy color: '#48111C'

red 72 ◦ green 17 ◦ blue 28

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

Shades of Bordeaux #48111C

Tints of Bordeaux #48111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 61.54%
G = 14.53%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48111C (or 0x48111C) is known color: Bordeaux. HEX triplet: 48, 11 and 1C. RGB value is (72,17,28). Sum of RGB (Red+Green+Blue) = 72+17+28=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111C is #B7EEE3. Grayscale: #222222. Windows color (decimal): -12054244 or 1839432. OLE color: 1839432.

HSL color Cylindrical-coordinate representation of color #48111C: hue angle of 348º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48111C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 28 -
CMYK 0 0.76 0.61 0.72
HSL 348º 0.62% 0.17% -
HSV(B) 348º 0.76% 0.28% -
XYZ 3.08 1.86 1.3 -
YUV 34.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 72 17 28 0 0.76 0.61 0.72 348 0.62 0.17
Hex 48 11 1C 0 4C 3D 48 15C 3E 11
Octal 110 21 34 0 114 75 110 534 76 21
Binary 1001000 10001 11100 0 1001100 111101 1001000 101011100 111110 10001

Color Harmonies of #48111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48111C

Black with #48111C

Text Example


Text Example

White with #48111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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