Html Css Color HEX #48151F Bordeaux

📋 copy color: '#48151F'

red 72 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #48151F

Tints of Bordeaux #48151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 58.06%
G = 16.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48151F (or 0x48151F) is known color: Bordeaux. HEX triplet: 48, 15 and 1F. RGB value is (72,21,31). Sum of RGB (Red+Green+Blue) = 72+21+31=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151F is #B7EAE0. Grayscale: #252525. Windows color (decimal): -12053217 or 2037064. OLE color: 2037064.

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

Color convert

RGB 72 21 31 -
CMYK 0 0.71 0.57 0.72
HSL 348.24º 0.55% 0.18% -
HSV(B) 348.24º 0.71% 0.28% -
XYZ 3.19 2.01 1.52 -
YUV 37.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 72 21 31 0 0.71 0.57 0.72 348.24 0.55 0.18
Hex 48 15 1F 0 47 39 48 15C 37 12
Octal 110 25 37 0 107 71 110 534 67 22
Binary 1001000 10101 11111 0 1000111 111001 1001000 101011100 110111 10010

Color Harmonies of #48151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48151F

Black with #48151F

Text Example


Text Example

White with #48151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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