Html Css Color HEX #48161D Bordeaux

📋 copy color: '#48161D'

red 72 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #48161D

Tints of Bordeaux #48161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 58.54%
G = 17.89%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48161D (or 0x48161D) is known color: Bordeaux. HEX triplet: 48, 16 and 1D. RGB value is (72,22,29). Sum of RGB (Red+Green+Blue) = 72+22+29=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48161D is #B7E9E2. Grayscale: #252525. Windows color (decimal): -12052963 or 1906248. OLE color: 1906248.

HSL color Cylindrical-coordinate representation of color #48161D: hue angle of 351.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48161D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 22 29 -
CMYK 0 0.69 0.60 0.72
HSL 351.6º 0.53% 0.18% -
HSV(B) 351.6º 0.69% 0.28% -
XYZ 3.18 2.04 1.39 -
YUV 37.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 72 22 29 0 0.69 0.60 0.72 351.6 0.53 0.18
Hex 48 16 1D 0 45 3C 48 160 35 12
Octal 110 26 35 0 105 74 110 540 65 22
Binary 1001000 10110 11101 0 1000101 111100 1001000 101100000 110101 10010

Color Harmonies of #48161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48161D

Black with #48161D

Text Example


Text Example

White with #48161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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