Html Css Color HEX #48131C Bordeaux

📋 copy color: '#48131C'

red 72 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #48131C

Tints of Bordeaux #48131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 60.5%
G = 15.97%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48131C (or 0x48131C) is known color: Bordeaux. HEX triplet: 48, 13 and 1C. RGB value is (72,19,28). Sum of RGB (Red+Green+Blue) = 72+19+28=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131C is #B7ECE3. Grayscale: #232323. Windows color (decimal): -12053732 or 1839944. OLE color: 1839944.

HSL color Cylindrical-coordinate representation of color #48131C: hue angle of 349.81º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48131C is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 28 -
CMYK 0 0.74 0.61 0.72
HSL 349.81º 0.58% 0.18% -
HSV(B) 349.81º 0.74% 0.28% -
XYZ 3.11 1.93 1.31 -
YUV 35.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 72 19 28 0 0.74 0.61 0.72 349.81 0.58 0.18
Hex 48 13 1C 0 4A 3D 48 15E 3A 12
Octal 110 23 34 0 112 75 110 536 72 22
Binary 1001000 10011 11100 0 1001010 111101 1001000 101011110 111010 10010

Color Harmonies of #48131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48131C

Black with #48131C

Text Example


Text Example

White with #48131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48131C; }

 p { color: rgb(72,19,28); }

 H1.HeaderClassName
 {
   color: #48131C;
 }
 .AnyTagClassName
 {
   color: #48131C;
 }
</style>

background-color css

<style>
 a { background-color: #48131C; }

 a { background-color: rgb(72,19,28); }

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

border-color css

<style>
 span { border-color: #48131C; }

 span { border-color: rgb(72,19,28); }

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