Html Css Color HEX #46161E Bordeaux

📋 copy color: '#46161E'

red 70 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #46161E

Tints of Bordeaux #46161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 57.38%
G = 18.03%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46161E (or 0x46161E) is known color: Bordeaux. HEX triplet: 46, 16 and 1E. RGB value is (70,22,30). Sum of RGB (Red+Green+Blue) = 70+22+30=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161E is #B9E9E1. Grayscale: #252525. Windows color (decimal): -12184034 or 1971782. OLE color: 1971782.

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

Color convert

RGB 70 22 30 -
CMYK 0 0.69 0.57 0.73
HSL 350º 0.52% 0.18% -
HSV(B) 350º 0.69% 0.27% -
XYZ 3.05 1.97 1.45 -
YUV 37.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 70 22 30 0 0.69 0.57 0.73 350 0.52 0.18
Hex 46 16 1E 0 45 39 49 15E 34 12
Octal 106 26 36 0 105 71 111 536 64 22
Binary 1000110 10110 11110 0 1000101 111001 1001001 101011110 110100 10010

Color Harmonies of #46161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46161E

Black with #46161E

Text Example


Text Example

White with #46161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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