Html Css Color HEX #460417 Bordeaux

📋 copy color: '#460417'

red 70 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #460417

Tints of Bordeaux #460417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 72.16%
G = 4.12%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460417 (or 0x460417) is known color: Bordeaux. HEX triplet: 46, 04 and 17. RGB value is (70,4,23). Sum of RGB (Red+Green+Blue) = 70+4+23=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460417 is #B9FBE8. Grayscale: #191919. Windows color (decimal): -12188649 or 1508422. OLE color: 1508422.

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

Color convert

RGB 70 4 23 -
CMYK 0 0.94 0.67 0.73
HSL 342.73º 0.89% 0.15% -
HSV(B) 342.73º 0.94% 0.27% -
XYZ 2.72 1.45 0.95 -
YUV 25.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 70 4 23 0 0.94 0.67 0.73 342.73 0.89 0.15
Hex 46 4 17 0 5E 43 49 157 59 F
Octal 106 4 27 0 136 103 111 527 131 17
Binary 1000110 100 10111 0 1011110 1000011 1001001 101010111 1011001 1111

Color Harmonies of #460417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460417

Black with #460417

Text Example


Text Example

White with #460417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460417; }

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

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

background-color css

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

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

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

border-color css

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

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

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