Html Css Color HEX #460517 Bordeaux

📋 copy color: '#460517'

red 70 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #460517

Tints of Bordeaux #460517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

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

R = 71.43%
G = 5.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460517 (or 0x460517) is known color: Bordeaux. HEX triplet: 46, 05 and 17. RGB value is (70,5,23). Sum of RGB (Red+Green+Blue) = 70+5+23=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460517 is #B9FAE8. Grayscale: #1A1A1A. Windows color (decimal): -12188393 or 1508678. OLE color: 1508678.

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

Color convert

RGB 70 5 23 -
CMYK 0 0.93 0.67 0.73
HSL 343.38º 0.87% 0.15% -
HSV(B) 343.38º 0.93% 0.27% -
XYZ 2.73 1.47 0.95 -
YUV 26.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 70 5 23 0 0.93 0.67 0.73 343.38 0.87 0.15
Hex 46 5 17 0 5D 43 49 157 57 F
Octal 106 5 27 0 135 103 111 527 127 17
Binary 1000110 101 10111 0 1011101 1000011 1001001 101010111 1010111 1111

Color Harmonies of #460517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460517

Black with #460517

Text Example


Text Example

White with #460517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460517; }

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

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

background-color css

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

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

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

border-color css

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

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

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