Html Css Color HEX #48091A Bordeaux

📋 copy color: '#48091A'

red 72 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #48091A

Tints of Bordeaux #48091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 67.29%
G = 8.41%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48091A (or 0x48091A) is known color: Bordeaux. HEX triplet: 48, 09 and 1A. RGB value is (72,9,26). Sum of RGB (Red+Green+Blue) = 72+9+26=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091A is #B7F6E5. Grayscale: #1D1D1D. Windows color (decimal): -12056294 or 1706312. OLE color: 1706312.

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

Color convert

RGB 72 9 26 -
CMYK 0 0.88 0.64 0.72
HSL 343.81º 0.78% 0.16% -
HSV(B) 343.81º 0.88% 0.28% -
XYZ 2.96 1.65 1.14 -
YUV 29.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 72 9 26 0 0.88 0.64 0.72 343.81 0.78 0.16
Hex 48 9 1A 0 58 40 48 158 4E 10
Octal 110 11 32 0 130 100 110 530 116 20
Binary 1001000 1001 11010 0 1011000 1000000 1001000 101011000 1001110 10000

Color Harmonies of #48091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48091A

Black with #48091A

Text Example


Text Example

White with #48091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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