Html Css Color HEX #48031C Bordeaux

📋 copy color: '#48031C'

red 72 ◦ green 3 ◦ blue 28

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

Shades of Bordeaux #48031C

Tints of Bordeaux #48031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 69.9%
G = 2.91%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48031C (or 0x48031C) is known color: Bordeaux. HEX triplet: 48, 03 and 1C. RGB value is (72,3,28). Sum of RGB (Red+Green+Blue) = 72+3+28=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031C is #B7FCE3. Grayscale: #1A1A1A. Windows color (decimal): -12057828 or 1835848. OLE color: 1835848.

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

Color convert

RGB 72 3 28 -
CMYK 0 0.96 0.61 0.72
HSL 338.26º 0.92% 0.15% -
HSV(B) 338.26º 0.96% 0.28% -
XYZ 2.91 1.53 1.24 -
YUV 26.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 72 3 28 0 0.96 0.61 0.72 338.26 0.92 0.15
Hex 48 3 1C 0 60 3D 48 152 5C F
Octal 110 3 34 0 140 75 110 522 134 17
Binary 1001000 11 11100 0 1100000 111101 1001000 101010010 1011100 1111

Color Harmonies of #48031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48031C

Black with #48031C

Text Example


Text Example

White with #48031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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