Html Css Color HEX #48091E Bordeaux

📋 copy color: '#48091E'

red 72 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #48091E

Tints of Bordeaux #48091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 64.86%
G = 8.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48091E (or 0x48091E) is known color: Bordeaux. HEX triplet: 48, 09 and 1E. RGB value is (72,9,30). Sum of RGB (Red+Green+Blue) = 72+9+30=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091E is #B7F6E1. Grayscale: #1E1E1E. Windows color (decimal): -12056290 or 1968456. OLE color: 1968456.

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

Color convert

RGB 72 9 30 -
CMYK 0 0.88 0.58 0.72
HSL 340º 0.78% 0.16% -
HSV(B) 340º 0.88% 0.28% -
XYZ 3 1.67 1.39 -
YUV 30.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 72 9 30 0 0.88 0.58 0.72 340 0.78 0.16
Hex 48 9 1E 0 58 3A 48 154 4E 10
Octal 110 11 36 0 130 72 110 524 116 20
Binary 1001000 1001 11110 0 1011000 111010 1001000 101010100 1001110 10000

Color Harmonies of #48091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48091E

Black with #48091E

Text Example


Text Example

White with #48091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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