Html Css Color HEX #461320 Bordeaux

📋 copy color: '#461320'

red 70 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #461320

Tints of Bordeaux #461320

RGB

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

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

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

R = 57.85%
G = 15.7%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#461320 (or 0x461320) is known color: Bordeaux. HEX triplet: 46, 13 and 20. RGB value is (70,19,32). Sum of RGB (Red+Green+Blue) = 70+19+32=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461320 is #B9ECDF. Grayscale: #232323. Windows color (decimal): -12184800 or 2102086. OLE color: 2102086.

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

Color convert

RGB 70 19 32 -
CMYK 0 0.73 0.54 0.73
HSL 344.71º 0.57% 0.17% -
HSV(B) 344.71º 0.73% 0.27% -
XYZ 3.02 1.87 1.57 -
YUV 35.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 70 19 32 0 0.73 0.54 0.73 344.71 0.57 0.17
Hex 46 13 20 0 49 36 49 159 39 11
Octal 106 23 40 0 111 66 111 531 71 21
Binary 1000110 10011 100000 0 1001001 110110 1001001 101011001 111001 10001

Color Harmonies of #461320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461320

Black with #461320

Text Example


Text Example

White with #461320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461320; }

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

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

background-color css

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

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

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

border-color css

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

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

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