Html Css Color HEX #46151C Bordeaux

📋 copy color: '#46151C'

red 70 ◦ green 21 ◦ blue 28

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

Shades of Bordeaux #46151C

Tints of Bordeaux #46151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 58.82%
G = 17.65%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46151C (or 0x46151C) is known color: Bordeaux. HEX triplet: 46, 15 and 1C. RGB value is (70,21,28). Sum of RGB (Red+Green+Blue) = 70+21+28=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151C is #B9EAE3. Grayscale: #242424. Windows color (decimal): -12184292 or 1840454. OLE color: 1840454.

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

Color convert

RGB 70 21 28 -
CMYK 0 0.70 0.60 0.73
HSL 351.43º 0.54% 0.18% -
HSV(B) 351.43º 0.7% 0.27% -
XYZ 3 1.92 1.31 -
YUV 36.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 70 21 28 0 0.70 0.60 0.73 351.43 0.54 0.18
Hex 46 15 1C 0 46 3C 49 15F 36 12
Octal 106 25 34 0 106 74 111 537 66 22
Binary 1000110 10101 11100 0 1000110 111100 1001001 101011111 110110 10010

Color Harmonies of #46151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46151C

Black with #46151C

Text Example


Text Example

White with #46151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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