Html Css Color HEX #48091C Bordeaux

📋 copy color: '#48091C'

red 72 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #48091C

Tints of Bordeaux #48091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

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

R = 66.06%
G = 8.26%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48091C (or 0x48091C) is known color: Bordeaux. HEX triplet: 48, 09 and 1C. RGB value is (72,9,28). Sum of RGB (Red+Green+Blue) = 72+9+28=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091C is #B7F6E3. Grayscale: #1D1D1D. Windows color (decimal): -12056292 or 1837384. OLE color: 1837384.

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

Color convert

RGB 72 9 28 -
CMYK 0 0.88 0.61 0.72
HSL 341.9º 0.78% 0.16% -
HSV(B) 341.9º 0.88% 0.28% -
XYZ 2.98 1.66 1.26 -
YUV 30 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 72 9 28 0 0.88 0.61 0.72 341.9 0.78 0.16
Hex 48 9 1C 0 58 3D 48 156 4E 10
Octal 110 11 34 0 130 75 110 526 116 20
Binary 1001000 1001 11100 0 1011000 111101 1001000 101010110 1001110 10000

Color Harmonies of #48091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48091C

Black with #48091C

Text Example


Text Example

White with #48091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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