Html Css Color HEX #461020 Bordeaux

📋 copy color: '#461020'

red 70 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #461020

Tints of Bordeaux #461020

RGB

 RED value IS 70 (27.73% from 255) = 59.32%

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

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

R = 59.32%
G = 13.56%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#461020 (or 0x461020) is known color: Bordeaux. HEX triplet: 46, 10 and 20. RGB value is (70,16,32). Sum of RGB (Red+Green+Blue) = 70+16+32=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461020 is #B9EFDF. Grayscale: #212121. Windows color (decimal): -12185568 or 2101318. OLE color: 2101318.

HSL color Cylindrical-coordinate representation of color #461020: hue angle of 342.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461020 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 16 32 -
CMYK 0 0.77 0.54 0.73
HSL 342.22º 0.63% 0.17% -
HSV(B) 342.22º 0.77% 0.27% -
XYZ 2.97 1.78 1.55 -
YUV 33.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 70 16 32 0 0.77 0.54 0.73 342.22 0.63 0.17
Hex 46 10 20 0 4D 36 49 156 3F 11
Octal 106 20 40 0 115 66 111 526 77 21
Binary 1000110 10000 100000 0 1001101 110110 1001001 101010110 111111 10001

Color Harmonies of #461020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461020

Black with #461020

Text Example


Text Example

White with #461020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461020; }

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

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

background-color css

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

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

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

border-color css

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

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

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