Html Css Color HEX #460617 Bordeaux

📋 copy color: '#460617'

red 70 ◦ green 6 ◦ blue 23

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

Shades of Bordeaux #460617

Tints of Bordeaux #460617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 70.71%
G = 6.06%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460617 (or 0x460617) is known color: Bordeaux. HEX triplet: 46, 06 and 17. RGB value is (70,6,23). Sum of RGB (Red+Green+Blue) = 70+6+23=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460617 is #B9F9E8. Grayscale: #1B1B1B. Windows color (decimal): -12188137 or 1508934. OLE color: 1508934.

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

Color convert

RGB 70 6 23 -
CMYK 0 0.91 0.67 0.73
HSL 344.06º 0.84% 0.15% -
HSV(B) 344.06º 0.91% 0.27% -
XYZ 2.75 1.49 0.95 -
YUV 27.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 70 6 23 0 0.91 0.67 0.73 344.06 0.84 0.15
Hex 46 6 17 0 5B 43 49 158 54 F
Octal 106 6 27 0 133 103 111 530 124 17
Binary 1000110 110 10111 0 1011011 1000011 1001001 101011000 1010100 1111

Color Harmonies of #460617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460617

Black with #460617

Text Example


Text Example

White with #460617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460617; }

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

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

background-color css

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

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

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

border-color css

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

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

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