Html Css Color HEX #460317 Bordeaux

📋 copy color: '#460317'

red 70 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #460317

Tints of Bordeaux #460317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 72.92%
G = 3.13%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460317 (or 0x460317) is known color: Bordeaux. HEX triplet: 46, 03 and 17. RGB value is (70,3,23). Sum of RGB (Red+Green+Blue) = 70+3+23=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460317 is #B9FCE8. Grayscale: #191919. Windows color (decimal): -12188905 or 1508166. OLE color: 1508166.

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

Color convert

RGB 70 3 23 -
CMYK 0 0.96 0.67 0.73
HSL 342.09º 0.92% 0.14% -
HSV(B) 342.09º 0.96% 0.27% -
XYZ 2.71 1.43 0.94 -
YUV 25.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 70 3 23 0 0.96 0.67 0.73 342.09 0.92 0.14
Hex 46 3 17 0 60 43 49 156 5C E
Octal 106 3 27 0 140 103 111 526 134 16
Binary 1000110 11 10111 0 1100000 1000011 1001001 101010110 1011100 1110

Color Harmonies of #460317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460317

Black with #460317

Text Example


Text Example

White with #460317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460317; }

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

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

background-color css

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

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

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

border-color css

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

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

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