Html Css Color HEX #48191F Bordeaux

📋 copy color: '#48191F'

red 72 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #48191F

Tints of Bordeaux #48191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 56.25%
G = 19.53%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48191F (or 0x48191F) is known color: Bordeaux. HEX triplet: 48, 19 and 1F. RGB value is (72,25,31). Sum of RGB (Red+Green+Blue) = 72+25+31=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #48191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191F is #B7E6E0. Grayscale: #272727. Windows color (decimal): -12052193 or 2038088. OLE color: 2038088.

HSL color Cylindrical-coordinate representation of color #48191F: hue angle of 352.34º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191F is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 31 -
CMYK 0 0.65 0.57 0.72
HSL 352.34º 0.48% 0.19% -
HSV(B) 352.34º 0.65% 0.28% -
XYZ 3.27 2.17 1.54 -
YUV 39.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 72 25 31 0 0.65 0.57 0.72 352.34 0.48 0.19
Hex 48 19 1F 0 41 39 48 160 30 13
Octal 110 31 37 0 101 71 110 540 60 23
Binary 1001000 11001 11111 0 1000001 111001 1001000 101100000 110000 10011

Color Harmonies of #48191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48191F

Black with #48191F

Text Example


Text Example

White with #48191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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