Html Css Color HEX #48121F Bordeaux

📋 copy color: '#48121F'

red 72 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #48121F

Tints of Bordeaux #48121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 59.5%
G = 14.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48121F (or 0x48121F) is known color: Bordeaux. HEX triplet: 48, 12 and 1F. RGB value is (72,18,31). Sum of RGB (Red+Green+Blue) = 72+18+31=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121F is #B7EDE0. Grayscale: #232323. Windows color (decimal): -12053985 or 2036296. OLE color: 2036296.

HSL color Cylindrical-coordinate representation of color #48121F: hue angle of 345.56º 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 #48121F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 31 -
CMYK 0 0.75 0.57 0.72
HSL 345.56º 0.6% 0.18% -
HSV(B) 345.56º 0.75% 0.28% -
XYZ 3.14 1.91 1.5 -
YUV 35.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 72 18 31 0 0.75 0.57 0.72 345.56 0.6 0.18
Hex 48 12 1F 0 4B 39 48 15A 3C 12
Octal 110 22 37 0 113 71 110 532 74 22
Binary 1001000 10010 11111 0 1001011 111001 1001000 101011010 111100 10010

Color Harmonies of #48121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48121F

Black with #48121F

Text Example


Text Example

White with #48121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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