Html Css Color HEX #46151E Bordeaux

📋 copy color: '#46151E'

red 70 ◦ green 21 ◦ blue 30

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

Shades of Bordeaux #46151E

Tints of Bordeaux #46151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 57.85%
G = 17.36%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46151E (or 0x46151E) is known color: Bordeaux. HEX triplet: 46, 15 and 1E. RGB value is (70,21,30). Sum of RGB (Red+Green+Blue) = 70+21+30=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151E is #B9EAE1. Grayscale: #242424. Windows color (decimal): -12184290 or 1971526. OLE color: 1971526.

HSL color Cylindrical-coordinate representation of color #46151E: hue angle of 348.98º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46151E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 30 -
CMYK 0 0.70 0.57 0.73
HSL 348.98º 0.54% 0.18% -
HSV(B) 348.98º 0.7% 0.27% -
XYZ 3.03 1.93 1.44 -
YUV 36.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 70 21 30 0 0.70 0.57 0.73 348.98 0.54 0.18
Hex 46 15 1E 0 46 39 49 15D 36 12
Octal 106 25 36 0 106 71 111 535 66 22
Binary 1000110 10101 11110 0 1000110 111001 1001001 101011101 110110 10010

Color Harmonies of #46151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46151E

Black with #46151E

Text Example


Text Example

White with #46151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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