Html Css Color HEX #481020 Bordeaux

📋 copy color: '#481020'

red 72 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #481020

Tints of Bordeaux #481020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 60%
G = 13.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481020 (or 0x481020) is known color: Bordeaux. HEX triplet: 48, 10 and 20. RGB value is (72,16,32). Sum of RGB (Red+Green+Blue) = 72+16+32=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481020 is #B7EFDF. Grayscale: #222222. Windows color (decimal): -12054496 or 2101320. OLE color: 2101320.

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

Color convert

RGB 72 16 32 -
CMYK 0 0.78 0.56 0.72
HSL 342.86º 0.64% 0.17% -
HSV(B) 342.86º 0.78% 0.28% -
XYZ 3.12 1.85 1.56 -
YUV 34.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 72 16 32 0 0.78 0.56 0.72 342.86 0.64 0.17
Hex 48 10 20 0 4E 38 48 157 40 11
Octal 110 20 40 0 116 70 110 527 100 21
Binary 1001000 10000 100000 0 1001110 111000 1001000 101010111 1000000 10001

Color Harmonies of #481020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481020

Black with #481020

Text Example


Text Example

White with #481020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481020; }

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

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

background-color css

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

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

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

border-color css

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

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

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