Html Css Color HEX #48151D Bordeaux

📋 copy color: '#48151D'

red 72 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #48151D

Tints of Bordeaux #48151D

RGB

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

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

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

R = 59.02%
G = 17.21%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48151D (or 0x48151D) is known color: Bordeaux. HEX triplet: 48, 15 and 1D. RGB value is (72,21,29). Sum of RGB (Red+Green+Blue) = 72+21+29=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151D is #B7EAE2. Grayscale: #252525. Windows color (decimal): -12053219 or 1905992. OLE color: 1905992.

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

Color convert

RGB 72 21 29 -
CMYK 0 0.71 0.60 0.72
HSL 350.59º 0.55% 0.18% -
HSV(B) 350.59º 0.71% 0.28% -
XYZ 3.16 2 1.38 -
YUV 37.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 72 21 29 0 0.71 0.60 0.72 350.59 0.55 0.18
Hex 48 15 1D 0 47 3C 48 15F 37 12
Octal 110 25 35 0 107 74 110 537 67 22
Binary 1001000 10101 11101 0 1000111 111100 1001000 101011111 110111 10010

Color Harmonies of #48151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48151D

Black with #48151D

Text Example


Text Example

White with #48151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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