Html Css Color HEX #48181D Bordeaux

📋 copy color: '#48181D'

red 72 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #48181D

Tints of Bordeaux #48181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

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

R = 57.6%
G = 19.2%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48181D (or 0x48181D) is known color: Bordeaux. HEX triplet: 48, 18 and 1D. RGB value is (72,24,29). Sum of RGB (Red+Green+Blue) = 72+24+29=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181D is #B7E7E2. Grayscale: #262626. Windows color (decimal): -12052451 or 1906760. OLE color: 1906760.

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

Color convert

RGB 72 24 29 -
CMYK 0 0.67 0.60 0.72
HSL 353.75º 0.5% 0.19% -
HSV(B) 353.75º 0.67% 0.28% -
XYZ 3.22 2.12 1.4 -
YUV 38.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 72 24 29 0 0.67 0.60 0.72 353.75 0.5 0.19
Hex 48 18 1D 0 43 3C 48 162 32 13
Octal 110 30 35 0 103 74 110 542 62 23
Binary 1001000 11000 11101 0 1000011 111100 1001000 101100010 110010 10011

Color Harmonies of #48181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48181D

Black with #48181D

Text Example


Text Example

White with #48181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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