Html Css Color HEX #460219 Bordeaux

📋 copy color: '#460219'

red 70 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #460219

Tints of Bordeaux #460219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.06%

 BLUE value IS 25 (10.16% from 255) = 25.77%

R = 72.16%
G = 2.06%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#460219 (or 0x460219) is known color: Bordeaux. HEX triplet: 46, 02 and 19. RGB value is (70,2,25). Sum of RGB (Red+Green+Blue) = 70+2+25=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460219 is #B9FDE6. Grayscale: #181818. Windows color (decimal): -12189159 or 1638982. OLE color: 1638982.

HSL color Cylindrical-coordinate representation of color #460219: hue angle of 339.71º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460219 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 2 25 -
CMYK 0 0.97 0.64 0.73
HSL 339.71º 0.94% 0.14% -
HSV(B) 339.71º 0.97% 0.27% -
XYZ 2.72 1.42 1.05 -
YUV 24.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 70 2 25 0 0.97 0.64 0.73 339.71 0.94 0.14
Hex 46 2 19 0 61 40 49 154 5E E
Octal 106 2 31 0 141 100 111 524 136 16
Binary 1000110 10 11001 0 1100001 1000000 1001001 101010100 1011110 1110

Color Harmonies of #460219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460219

Black with #460219

Text Example


Text Example

White with #460219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460219; }

 p { color: rgb(70,2,25); }

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

background-color css

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

 a { background-color: rgb(70,2,25); }

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

border-color css

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

 span { border-color: rgb(70,2,25); }

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