Html Css Color HEX #48101E Bordeaux

📋 copy color: '#48101E'

red 72 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #48101E

Tints of Bordeaux #48101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 61.02%
G = 13.56%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48101E (or 0x48101E) is known color: Bordeaux. HEX triplet: 48, 10 and 1E. RGB value is (72,16,30). Sum of RGB (Red+Green+Blue) = 72+16+30=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101E is #B7EFE1. Grayscale: #222222. Windows color (decimal): -12054498 or 1970248. OLE color: 1970248.

HSL color Cylindrical-coordinate representation of color #48101E: hue angle of 345º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48101E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 30 -
CMYK 0 0.78 0.58 0.72
HSL 345º 0.64% 0.17% -
HSV(B) 345º 0.78% 0.28% -
XYZ 3.09 1.84 1.42 -
YUV 34.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 72 16 30 0 0.78 0.58 0.72 345 0.64 0.17
Hex 48 10 1E 0 4E 3A 48 159 40 11
Octal 110 20 36 0 116 72 110 531 100 21
Binary 1001000 10000 11110 0 1001110 111010 1001000 101011001 1000000 10001

Color Harmonies of #48101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48101E

Black with #48101E

Text Example


Text Example

White with #48101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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