Html Css Color HEX #460117 Bordeaux

📋 copy color: '#460117'

red 70 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #460117

Tints of Bordeaux #460117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.47%

R = 74.47%
G = 1.06%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460117 (or 0x460117) is known color: Bordeaux. HEX triplet: 46, 01 and 17. RGB value is (70,1,23). Sum of RGB (Red+Green+Blue) = 70+1+23=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460117 is #B9FEE8. Grayscale: #181818. Windows color (decimal): -12189417 or 1507654. OLE color: 1507654.

HSL color Cylindrical-coordinate representation of color #460117: hue angle of 340.87º 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 #460117 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 23 -
CMYK 0 0.99 0.67 0.73
HSL 340.87º 0.97% 0.14% -
HSV(B) 340.87º 0.99% 0.27% -
XYZ 2.69 1.39 0.94 -
YUV 24.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 70 1 23 0 0.99 0.67 0.73 340.87 0.97 0.14
Hex 46 1 17 0 63 43 49 155 61 E
Octal 106 1 27 0 143 103 111 525 141 16
Binary 1000110 1 10111 0 1100011 1000011 1001001 101010101 1100001 1110

Color Harmonies of #460117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460117

Black with #460117

Text Example


Text Example

White with #460117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460117; }

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

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

background-color css

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

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

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

border-color css

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

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

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