Html Css Color HEX #48141D Bordeaux

📋 copy color: '#48141D'

red 72 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #48141D

Tints of Bordeaux #48141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.97%

R = 59.5%
G = 16.53%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48141D (or 0x48141D) is known color: Bordeaux. HEX triplet: 48, 14 and 1D. RGB value is (72,20,29). Sum of RGB (Red+Green+Blue) = 72+20+29=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141D is #B7EBE2. Grayscale: #242424. Windows color (decimal): -12053475 or 1905736. OLE color: 1905736.

HSL color Cylindrical-coordinate representation of color #48141D: hue angle of 349.62º 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 #48141D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 20 29 -
CMYK 0 0.72 0.60 0.72
HSL 349.62º 0.57% 0.18% -
HSV(B) 349.62º 0.72% 0.28% -
XYZ 3.14 1.97 1.38 -
YUV 36.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 72 20 29 0 0.72 0.60 0.72 349.62 0.57 0.18
Hex 48 14 1D 0 48 3C 48 15E 39 12
Octal 110 24 35 0 110 74 110 536 71 22
Binary 1001000 10100 11101 0 1001000 111100 1001000 101011110 111001 10010

Color Harmonies of #48141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48141D

Black with #48141D

Text Example


Text Example

White with #48141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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