Html Css Color HEX #481220 Bordeaux

📋 copy color: '#481220'

red 72 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #481220

Tints of Bordeaux #481220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

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

R = 59.02%
G = 14.75%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481220 (or 0x481220) is known color: Bordeaux. HEX triplet: 48, 12 and 20. RGB value is (72,18,32). Sum of RGB (Red+Green+Blue) = 72+18+32=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481220 is #B7EDDF. Grayscale: #232323. Windows color (decimal): -12053984 or 2101832. OLE color: 2101832.

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

Color convert

RGB 72 18 32 -
CMYK 0 0.75 0.56 0.72
HSL 344.44º 0.6% 0.18% -
HSV(B) 344.44º 0.75% 0.28% -
XYZ 3.15 1.91 1.57 -
YUV 35.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 72 18 32 0 0.75 0.56 0.72 344.44 0.6 0.18
Hex 48 12 20 0 4B 38 48 158 3C 12
Octal 110 22 40 0 113 70 110 530 74 22
Binary 1001000 10010 100000 0 1001011 111000 1001000 101011000 111100 10010

Color Harmonies of #481220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481220

Black with #481220

Text Example


Text Example

White with #481220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481220; }

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

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

background-color css

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

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

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

border-color css

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

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

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