Html Css Color HEX #48151C Bordeaux

📋 copy color: '#48151C'

red 72 ◦ green 21 ◦ blue 28

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

Shades of Bordeaux #48151C

Tints of Bordeaux #48151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 59.5%
G = 17.36%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48151C (or 0x48151C) is known color: Bordeaux. HEX triplet: 48, 15 and 1C. RGB value is (72,21,28). Sum of RGB (Red+Green+Blue) = 72+21+28=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151C is #B7EAE3. Grayscale: #252525. Windows color (decimal): -12053220 or 1840456. OLE color: 1840456.

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

Color convert

RGB 72 21 28 -
CMYK 0 0.71 0.61 0.72
HSL 351.76º 0.55% 0.18% -
HSV(B) 351.76º 0.71% 0.28% -
XYZ 3.15 2 1.32 -
YUV 37.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 72 21 28 0 0.71 0.61 0.72 351.76 0.55 0.18
Hex 48 15 1C 0 47 3D 48 160 37 12
Octal 110 25 34 0 107 75 110 540 67 22
Binary 1001000 10101 11100 0 1000111 111101 1001000 101100000 110111 10010

Color Harmonies of #48151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48151C

Black with #48151C

Text Example


Text Example

White with #48151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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