Html Css Color HEX #48111A Bordeaux

📋 copy color: '#48111A'

red 72 ◦ green 17 ◦ blue 26

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

Shades of Bordeaux #48111A

Tints of Bordeaux #48111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 62.61%
G = 14.78%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48111A (or 0x48111A) is known color: Bordeaux. HEX triplet: 48, 11 and 1A. RGB value is (72,17,26). Sum of RGB (Red+Green+Blue) = 72+17+26=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #48111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111A is #B7EEE5. Grayscale: #222222. Windows color (decimal): -12054246 or 1708360. OLE color: 1708360.

HSL color Cylindrical-coordinate representation of color #48111A: hue angle of 350.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48111A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 26 -
CMYK 0 0.76 0.64 0.72
HSL 350.18º 0.62% 0.17% -
HSV(B) 350.18º 0.76% 0.28% -
XYZ 3.06 1.85 1.17 -
YUV 34.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 72 17 26 0 0.76 0.64 0.72 350.18 0.62 0.17
Hex 48 11 1A 0 4C 40 48 15E 3E 11
Octal 110 21 32 0 114 100 110 536 76 21
Binary 1001000 10001 11010 0 1001100 1000000 1001000 101011110 111110 10001

Color Harmonies of #48111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48111A

Black with #48111A

Text Example


Text Example

White with #48111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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