Html Css Color HEX #46151D Bordeaux

📋 copy color: '#46151D'

red 70 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #46151D

Tints of Bordeaux #46151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 58.33%
G = 17.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46151D (or 0x46151D) is known color: Bordeaux. HEX triplet: 46, 15 and 1D. RGB value is (70,21,29). Sum of RGB (Red+Green+Blue) = 70+21+29=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151D is #B9EAE2. Grayscale: #242424. Windows color (decimal): -12184291 or 1905990. OLE color: 1905990.

HSL color Cylindrical-coordinate representation of color #46151D: hue angle of 350.2º 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 #46151D is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 29 -
CMYK 0 0.70 0.59 0.73
HSL 350.2º 0.54% 0.18% -
HSV(B) 350.2º 0.7% 0.27% -
XYZ 3.02 1.93 1.38 -
YUV 36.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 70 21 29 0 0.70 0.59 0.73 350.2 0.54 0.18
Hex 46 15 1D 0 46 3B 49 15E 36 12
Octal 106 25 35 0 106 73 111 536 66 22
Binary 1000110 10101 11101 0 1000110 111011 1001001 101011110 110110 10010

Color Harmonies of #46151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46151D

Black with #46151D

Text Example


Text Example

White with #46151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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