Html Css Color HEX #46161F Bordeaux

📋 copy color: '#46161F'

red 70 ◦ green 22 ◦ blue 31

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

Shades of Bordeaux #46161F

Tints of Bordeaux #46161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 56.91%
G = 17.89%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46161F (or 0x46161F) is known color: Bordeaux. HEX triplet: 46, 16 and 1F. RGB value is (70,22,31). Sum of RGB (Red+Green+Blue) = 70+22+31=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #46161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161F is #B9E9E0. Grayscale: #252525. Windows color (decimal): -12184033 or 2037318. OLE color: 2037318.

HSL color Cylindrical-coordinate representation of color #46161F: hue angle of 348.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 22 31 -
CMYK 0 0.69 0.56 0.73
HSL 348.75º 0.52% 0.18% -
HSV(B) 348.75º 0.69% 0.27% -
XYZ 3.06 1.97 1.52 -
YUV 37.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 70 22 31 0 0.69 0.56 0.73 348.75 0.52 0.18
Hex 46 16 1F 0 45 38 49 15D 34 12
Octal 106 26 37 0 105 70 111 535 64 22
Binary 1000110 10110 11111 0 1000101 111000 1001001 101011101 110100 10010

Color Harmonies of #46161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46161F

Black with #46161F

Text Example


Text Example

White with #46161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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