Html Css Color HEX #48041D Bordeaux

📋 copy color: '#48041D'

red 72 ◦ green 4 ◦ blue 29

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

Shades of Bordeaux #48041D

Tints of Bordeaux #48041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 68.57%
G = 3.81%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48041D (or 0x48041D) is known color: Bordeaux. HEX triplet: 48, 04 and 1D. RGB value is (72,4,29). Sum of RGB (Red+Green+Blue) = 72+4+29=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48041D is #B7FBE2. Grayscale: #1B1B1B. Windows color (decimal): -12057571 or 1901640. OLE color: 1901640.

HSL color Cylindrical-coordinate representation of color #48041D: hue angle of 337.94º 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 #48041D is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 29 -
CMYK 0 0.94 0.60 0.72
HSL 337.94º 0.89% 0.15% -
HSV(B) 337.94º 0.94% 0.28% -
XYZ 2.94 1.55 1.31 -
YUV 27.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 72 4 29 0 0.94 0.60 0.72 337.94 0.89 0.15
Hex 48 4 1D 0 5E 3C 48 152 59 F
Octal 110 4 35 0 136 74 110 522 131 17
Binary 1001000 100 11101 0 1011110 111100 1001000 101010010 1011001 1111

Color Harmonies of #48041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48041D

Black with #48041D

Text Example


Text Example

White with #48041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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