Html Css Color HEX #460316 Bordeaux

📋 copy color: '#460316'

red 70 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #460316

Tints of Bordeaux #460316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 73.68%
G = 3.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#460316 (or 0x460316) is known color: Bordeaux. HEX triplet: 46, 03 and 16. RGB value is (70,3,22). Sum of RGB (Red+Green+Blue) = 70+3+22=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460316 is #B9FCE9. Grayscale: #191919. Windows color (decimal): -12188906 or 1442630. OLE color: 1442630.

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

Color convert

RGB 70 3 22 -
CMYK 0 0.96 0.69 0.73
HSL 342.99º 0.92% 0.14% -
HSV(B) 342.99º 0.96% 0.27% -
XYZ 2.7 1.43 0.89 -
YUV 25.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 70 3 22 0 0.96 0.69 0.73 342.99 0.92 0.14
Hex 46 3 16 0 60 45 49 157 5C E
Octal 106 3 26 0 140 105 111 527 134 16
Binary 1000110 11 10110 0 1100000 1000101 1001001 101010111 1011100 1110

Color Harmonies of #460316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460316

Black with #460316

Text Example


Text Example

White with #460316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460316; }

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

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

background-color css

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

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

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

border-color css

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

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

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