Html Css Color HEX #48101A Bordeaux

📋 copy color: '#48101A'

red 72 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #48101A

Tints of Bordeaux #48101A

RGB

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

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

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

R = 63.16%
G = 14.04%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48101A (or 0x48101A) is known color: Bordeaux. HEX triplet: 48, 10 and 1A. RGB value is (72,16,26). Sum of RGB (Red+Green+Blue) = 72+16+26=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #48101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101A is #B7EFE5. Grayscale: #212121. Windows color (decimal): -12054502 or 1708104. OLE color: 1708104.

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

Color convert

RGB 72 16 26 -
CMYK 0 0.78 0.64 0.72
HSL 349.29º 0.64% 0.17% -
HSV(B) 349.29º 0.78% 0.28% -
XYZ 3.04 1.82 1.17 -
YUV 33.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 72 16 26 0 0.78 0.64 0.72 349.29 0.64 0.17
Hex 48 10 1A 0 4E 40 48 15D 40 11
Octal 110 20 32 0 116 100 110 535 100 21
Binary 1001000 10000 11010 0 1001110 1000000 1001000 101011101 1000000 10001

Color Harmonies of #48101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48101A

Black with #48101A

Text Example


Text Example

White with #48101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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