Html Css Color HEX #48121B Bordeaux

📋 copy color: '#48121B'

red 72 ◦ green 18 ◦ blue 27

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

Shades of Bordeaux #48121B

Tints of Bordeaux #48121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48121B (or 0x48121B) is known color: Bordeaux. HEX triplet: 48, 12 and 1B. RGB value is (72,18,27). Sum of RGB (Red+Green+Blue) = 72+18+27=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121B is #B7EDE4. Grayscale: #232323. Windows color (decimal): -12053989 or 1774152. OLE color: 1774152.

HSL color Cylindrical-coordinate representation of color #48121B: hue angle of 350º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48121B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 27 -
CMYK 0 0.75 0.62 0.72
HSL 350º 0.6% 0.18% -
HSV(B) 350º 0.75% 0.28% -
XYZ 3.09 1.89 1.24 -
YUV 35.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 72 18 27 0 0.75 0.62 0.72 350 0.6 0.18
Hex 48 12 1B 0 4B 3E 48 15E 3C 12
Octal 110 22 33 0 113 76 110 536 74 22
Binary 1001000 10010 11011 0 1001011 111110 1001000 101011110 111100 10010

Color Harmonies of #48121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48121B

Black with #48121B

Text Example


Text Example

White with #48121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48121B; }

 p { color: rgb(72,18,27); }

 H1.HeaderClassName
 {
   color: #48121B;
 }
 .AnyTagClassName
 {
   color: #48121B;
 }
</style>

background-color css

<style>
 a { background-color: #48121B; }

 a { background-color: rgb(72,18,27); }

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

border-color css

<style>
 span { border-color: #48121B; }

 span { border-color: rgb(72,18,27); }

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