Html Css Color HEX #481319 Bordeaux

📋 copy color: '#481319'

red 72 ◦ green 19 ◦ blue 25

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

Shades of Bordeaux #481319

Tints of Bordeaux #481319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 62.07%
G = 16.38%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#481319 (or 0x481319) is known color: Bordeaux. HEX triplet: 48, 13 and 19. RGB value is (72,19,25). Sum of RGB (Red+Green+Blue) = 72+19+25=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481319 is #B7ECE6. Grayscale: #232323. Windows color (decimal): -12053735 or 1643336. OLE color: 1643336.

HSL color Cylindrical-coordinate representation of color #481319: hue angle of 353.21º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481319 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 25 -
CMYK 0 0.74 0.65 0.72
HSL 353.21º 0.58% 0.18% -
HSV(B) 353.21º 0.74% 0.28% -
XYZ 3.08 1.91 1.13 -
YUV 35.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 72 19 25 0 0.74 0.65 0.72 353.21 0.58 0.18
Hex 48 13 19 0 4A 41 48 161 3A 12
Octal 110 23 31 0 112 101 110 541 72 22
Binary 1001000 10011 11001 0 1001010 1000001 1001000 101100001 111010 10010

Color Harmonies of #481319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481319

Black with #481319

Text Example


Text Example

White with #481319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481319; }

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

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

background-color css

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

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

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

border-color css

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

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

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