Html Css Color HEX #48141A Bordeaux

📋 copy color: '#48141A'

red 72 ◦ green 20 ◦ blue 26

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

Shades of Bordeaux #48141A

Tints of Bordeaux #48141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 61.02%
G = 16.95%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48141A (or 0x48141A) is known color: Bordeaux. HEX triplet: 48, 14 and 1A. RGB value is (72,20,26). Sum of RGB (Red+Green+Blue) = 72+20+26=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141A is #B7EBE5. Grayscale: #242424. Windows color (decimal): -12053478 or 1709128. OLE color: 1709128.

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

Color convert

RGB 72 20 26 -
CMYK 0 0.72 0.64 0.72
HSL 353.08º 0.57% 0.18% -
HSV(B) 353.08º 0.72% 0.28% -
XYZ 3.11 1.95 1.19 -
YUV 36.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 72 20 26 0 0.72 0.64 0.72 353.08 0.57 0.18
Hex 48 14 1A 0 48 40 48 161 39 12
Octal 110 24 32 0 110 100 110 541 71 22
Binary 1001000 10100 11010 0 1001000 1000000 1001000 101100001 111001 10010

Color Harmonies of #48141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48141A

Black with #48141A

Text Example


Text Example

White with #48141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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