Html Css Color HEX #48091D Bordeaux

📋 copy color: '#48091D'

red 72 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #48091D

Tints of Bordeaux #48091D

RGB

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

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

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

R = 65.45%
G = 8.18%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48091D (or 0x48091D) is known color: Bordeaux. HEX triplet: 48, 09 and 1D. RGB value is (72,9,29). Sum of RGB (Red+Green+Blue) = 72+9+29=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091D is #B7F6E2. Grayscale: #1E1E1E. Windows color (decimal): -12056291 or 1902920. OLE color: 1902920.

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

Color convert

RGB 72 9 29 -
CMYK 0 0.88 0.60 0.72
HSL 340.95º 0.78% 0.16% -
HSV(B) 340.95º 0.88% 0.28% -
XYZ 2.99 1.66 1.33 -
YUV 30.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 72 9 29 0 0.88 0.60 0.72 340.95 0.78 0.16
Hex 48 9 1D 0 58 3C 48 155 4E 10
Octal 110 11 35 0 130 74 110 525 116 20
Binary 1001000 1001 11101 0 1011000 111100 1001000 101010101 1001110 10000

Color Harmonies of #48091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48091D

Black with #48091D

Text Example


Text Example

White with #48091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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