Html Css Color HEX #48101C Bordeaux

📋 copy color: '#48101C'

red 72 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #48101C

Tints of Bordeaux #48101C

RGB

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

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

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

R = 62.07%
G = 13.79%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48101C (or 0x48101C) is known color: Bordeaux. HEX triplet: 48, 10 and 1C. RGB value is (72,16,28). Sum of RGB (Red+Green+Blue) = 72+16+28=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101C is #B7EFE3. Grayscale: #222222. Windows color (decimal): -12054500 or 1839176. OLE color: 1839176.

HSL color Cylindrical-coordinate representation of color #48101C: hue angle of 347.14º 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 #48101C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 28 -
CMYK 0 0.78 0.61 0.72
HSL 347.14º 0.64% 0.17% -
HSV(B) 347.14º 0.78% 0.28% -
XYZ 3.07 1.83 1.29 -
YUV 34.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 72 16 28 0 0.78 0.61 0.72 347.14 0.64 0.17
Hex 48 10 1C 0 4E 3D 48 15B 40 11
Octal 110 20 34 0 116 75 110 533 100 21
Binary 1001000 10000 11100 0 1001110 111101 1001000 101011011 1000000 10001

Color Harmonies of #48101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48101C

Black with #48101C

Text Example


Text Example

White with #48101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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