Html Css Color HEX #460119 Bordeaux

📋 copy color: '#460119'

red 70 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #460119

Tints of Bordeaux #460119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

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

R = 72.92%
G = 1.04%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#460119 (or 0x460119) is known color: Bordeaux. HEX triplet: 46, 01 and 19. RGB value is (70,1,25). Sum of RGB (Red+Green+Blue) = 70+1+25=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460119 is #B9FEE6. Grayscale: #181818. Windows color (decimal): -12189415 or 1638726. OLE color: 1638726.

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

Color convert

RGB 70 1 25 -
CMYK 0 0.99 0.64 0.73
HSL 339.13º 0.97% 0.14% -
HSV(B) 339.13º 0.99% 0.27% -
XYZ 2.71 1.39 1.05 -
YUV 24.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 70 1 25 0 0.99 0.64 0.73 339.13 0.97 0.14
Hex 46 1 19 0 63 40 49 153 61 E
Octal 106 1 31 0 143 100 111 523 141 16
Binary 1000110 1 11001 0 1100011 1000000 1001001 101010011 1100001 1110

Color Harmonies of #460119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460119

Black with #460119

Text Example


Text Example

White with #460119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460119; }

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

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

background-color css

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

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

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

border-color css

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

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

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