Html Css Color HEX #481119 Bordeaux

📋 copy color: '#481119'

red 72 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #481119

Tints of Bordeaux #481119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 63.16%
G = 14.91%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#481119 (or 0x481119) is known color: Bordeaux. HEX triplet: 48, 11 and 19. RGB value is (72,17,25). Sum of RGB (Red+Green+Blue) = 72+17+25=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481119 is #B7EEE6. Grayscale: #222222. Windows color (decimal): -12054247 or 1642824. OLE color: 1642824.

HSL color Cylindrical-coordinate representation of color #481119: hue angle of 351.27º 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 #481119 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 25 -
CMYK 0 0.76 0.65 0.72
HSL 351.27º 0.62% 0.17% -
HSV(B) 351.27º 0.76% 0.28% -
XYZ 3.05 1.85 1.12 -
YUV 34.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 72 17 25 0 0.76 0.65 0.72 351.27 0.62 0.17
Hex 48 11 19 0 4C 41 48 15F 3E 11
Octal 110 21 31 0 114 101 110 537 76 21
Binary 1001000 10001 11001 0 1001100 1000001 1001000 101011111 111110 10001

Color Harmonies of #481119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481119

Black with #481119

Text Example


Text Example

White with #481119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481119; }

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

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

background-color css

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

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

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

border-color css

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

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

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