Html Css Color HEX #48141C Bordeaux

📋 copy color: '#48141C'

red 72 ◦ green 20 ◦ blue 28

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

Shades of Bordeaux #48141C

Tints of Bordeaux #48141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

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

R = 60%
G = 16.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48141C (or 0x48141C) is known color: Bordeaux. HEX triplet: 48, 14 and 1C. RGB value is (72,20,28). Sum of RGB (Red+Green+Blue) = 72+20+28=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141C is #B7EBE3. Grayscale: #242424. Windows color (decimal): -12053476 or 1840200. OLE color: 1840200.

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

Color convert

RGB 72 20 28 -
CMYK 0 0.72 0.61 0.72
HSL 350.77º 0.57% 0.18% -
HSV(B) 350.77º 0.72% 0.28% -
XYZ 3.13 1.96 1.31 -
YUV 36.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 72 20 28 0 0.72 0.61 0.72 350.77 0.57 0.18
Hex 48 14 1C 0 48 3D 48 15F 39 12
Octal 110 24 34 0 110 75 110 537 71 22
Binary 1001000 10100 11100 0 1001000 111101 1001000 101011111 111001 10010

Color Harmonies of #48141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48141C

Black with #48141C

Text Example


Text Example

White with #48141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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