Html Css Color HEX #48031A Bordeaux

📋 copy color: '#48031A'

red 72 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #48031A

Tints of Bordeaux #48031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.74%

R = 71.29%
G = 2.97%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48031A (or 0x48031A) is known color: Bordeaux. HEX triplet: 48, 03 and 1A. RGB value is (72,3,26). Sum of RGB (Red+Green+Blue) = 72+3+26=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031A is #B7FCE5. Grayscale: #1A1A1A. Windows color (decimal): -12057830 or 1704776. OLE color: 1704776.

HSL color Cylindrical-coordinate representation of color #48031A: hue angle of 340º 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 #48031A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 26 -
CMYK 0 0.96 0.64 0.72
HSL 340º 0.92% 0.15% -
HSV(B) 340º 0.96% 0.28% -
XYZ 2.89 1.52 1.12 -
YUV 26.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 72 3 26 0 0.96 0.64 0.72 340 0.92 0.15
Hex 48 3 1A 0 60 40 48 154 5C F
Octal 110 3 32 0 140 100 110 524 134 17
Binary 1001000 11 11010 0 1100000 1000000 1001000 101010100 1011100 1111

Color Harmonies of #48031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48031A

Black with #48031A

Text Example


Text Example

White with #48031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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