Html Css Color HEX #481520 Bordeaux

📋 copy color: '#481520'

red 72 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #481520

Tints of Bordeaux #481520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 57.6%
G = 16.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481520 (or 0x481520) is known color: Bordeaux. HEX triplet: 48, 15 and 20. RGB value is (72,21,32). Sum of RGB (Red+Green+Blue) = 72+21+32=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481520 is #B7EADF. Grayscale: #252525. Windows color (decimal): -12053216 or 2102600. OLE color: 2102600.

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

Color convert

RGB 72 21 32 -
CMYK 0 0.71 0.56 0.72
HSL 347.06º 0.55% 0.18% -
HSV(B) 347.06º 0.71% 0.28% -
XYZ 3.2 2.02 1.59 -
YUV 37.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 72 21 32 0 0.71 0.56 0.72 347.06 0.55 0.18
Hex 48 15 20 0 47 38 48 15B 37 12
Octal 110 25 40 0 107 70 110 533 67 22
Binary 1001000 10101 100000 0 1000111 111000 1001000 101011011 110111 10010

Color Harmonies of #481520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481520

Black with #481520

Text Example


Text Example

White with #481520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481520; }

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

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

background-color css

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

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

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

border-color css

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

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

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