Html Css Color HEX #48041A Bordeaux

📋 copy color: '#48041A'

red 72 ◦ green 4 ◦ blue 26

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

Shades of Bordeaux #48041A

Tints of Bordeaux #48041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.92%

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

R = 70.59%
G = 3.92%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48041A (or 0x48041A) is known color: Bordeaux. HEX triplet: 48, 04 and 1A. RGB value is (72,4,26). Sum of RGB (Red+Green+Blue) = 72+4+26=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48041A is #B7FBE5. Grayscale: #1A1A1A. Windows color (decimal): -12057574 or 1705032. OLE color: 1705032.

HSL color Cylindrical-coordinate representation of color #48041A: hue angle of 340.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48041A is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 26 -
CMYK 0 0.94 0.64 0.72
HSL 340.59º 0.89% 0.15% -
HSV(B) 340.59º 0.94% 0.28% -
XYZ 2.9 1.54 1.12 -
YUV 26.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 72 4 26 0 0.94 0.64 0.72 340.59 0.89 0.15
Hex 48 4 1A 0 5E 40 48 155 59 F
Octal 110 4 32 0 136 100 110 525 131 17
Binary 1001000 100 11010 0 1011110 1000000 1001000 101010101 1011001 1111

Color Harmonies of #48041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48041A

Black with #48041A

Text Example


Text Example

White with #48041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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