Html Css Color HEX #48041C Bordeaux

📋 copy color: '#48041C'

red 72 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #48041C

Tints of Bordeaux #48041C

RGB

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

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

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

R = 69.23%
G = 3.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48041C (or 0x48041C) is known color: Bordeaux. HEX triplet: 48, 04 and 1C. RGB value is (72,4,28). Sum of RGB (Red+Green+Blue) = 72+4+28=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48041C is #B7FBE3. Grayscale: #1B1B1B. Windows color (decimal): -12057572 or 1836104. OLE color: 1836104.

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

Color convert

RGB 72 4 28 -
CMYK 0 0.94 0.61 0.72
HSL 338.82º 0.89% 0.15% -
HSV(B) 338.82º 0.94% 0.28% -
XYZ 2.93 1.55 1.24 -
YUV 27.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 72 4 28 0 0.94 0.61 0.72 338.82 0.89 0.15
Hex 48 4 1C 0 5E 3D 48 153 59 F
Octal 110 4 34 0 136 75 110 523 131 17
Binary 1001000 100 11100 0 1011110 111101 1001000 101010011 1011001 1111

Color Harmonies of #48041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48041C

Black with #48041C

Text Example


Text Example

White with #48041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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