Html Css Color HEX #481120 Bordeaux

📋 copy color: '#481120'

red 72 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #481120

Tints of Bordeaux #481120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 59.5%
G = 14.05%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481120 (or 0x481120) is known color: Bordeaux. HEX triplet: 48, 11 and 20. RGB value is (72,17,32). Sum of RGB (Red+Green+Blue) = 72+17+32=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481120 is #B7EEDF. Grayscale: #232323. Windows color (decimal): -12054240 or 2101576. OLE color: 2101576.

HSL color Cylindrical-coordinate representation of color #481120: hue angle of 343.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481120 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 32 -
CMYK 0 0.76 0.56 0.72
HSL 343.64º 0.62% 0.17% -
HSV(B) 343.64º 0.76% 0.28% -
XYZ 3.13 1.88 1.56 -
YUV 35.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 72 17 32 0 0.76 0.56 0.72 343.64 0.62 0.17
Hex 48 11 20 0 4C 38 48 158 3E 11
Octal 110 21 40 0 114 70 110 530 76 21
Binary 1001000 10001 100000 0 1001100 111000 1001000 101011000 111110 10001

Color Harmonies of #481120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481120

Black with #481120

Text Example


Text Example

White with #481120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481120; }

 p { color: rgb(72,17,32); }

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

background-color css

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

 a { background-color: rgb(72,17,32); }

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

border-color css

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

 span { border-color: rgb(72,17,32); }

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