Html Css Color HEX #48141F Bordeaux

📋 copy color: '#48141F'

red 72 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #48141F

Tints of Bordeaux #48141F

RGB

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

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

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

R = 58.54%
G = 16.26%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48141F (or 0x48141F) is known color: Bordeaux. HEX triplet: 48, 14 and 1F. RGB value is (72,20,31). Sum of RGB (Red+Green+Blue) = 72+20+31=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141F is #B7EBE0. Grayscale: #242424. Windows color (decimal): -12053473 or 2036808. OLE color: 2036808.

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

Color convert

RGB 72 20 31 -
CMYK 0 0.72 0.57 0.72
HSL 347.31º 0.57% 0.18% -
HSV(B) 347.31º 0.72% 0.28% -
XYZ 3.17 1.98 1.51 -
YUV 36.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 72 20 31 0 0.72 0.57 0.72 347.31 0.57 0.18
Hex 48 14 1F 0 48 39 48 15B 39 12
Octal 110 24 37 0 110 71 110 533 71 22
Binary 1001000 10100 11111 0 1001000 111001 1001000 101011011 111001 10010

Color Harmonies of #48141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48141F

Black with #48141F

Text Example


Text Example

White with #48141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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