Html Css Color HEX #46141E Bordeaux

📋 copy color: '#46141E'

red 70 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #46141E

Tints of Bordeaux #46141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

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

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46141E (or 0x46141E) is known color: Bordeaux. HEX triplet: 46, 14 and 1E. RGB value is (70,20,30). Sum of RGB (Red+Green+Blue) = 70+20+30=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141E is #B9EBE1. Grayscale: #242424. Windows color (decimal): -12184546 or 1971270. OLE color: 1971270.

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

Color convert

RGB 70 20 30 -
CMYK 0 0.71 0.57 0.73
HSL 348º 0.56% 0.18% -
HSV(B) 348º 0.71% 0.27% -
XYZ 3.01 1.9 1.44 -
YUV 36.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 70 20 30 0 0.71 0.57 0.73 348 0.56 0.18
Hex 46 14 1E 0 47 39 49 15C 38 12
Octal 106 24 36 0 107 71 111 534 70 22
Binary 1000110 10100 11110 0 1000111 111001 1001001 101011100 111000 10010

Color Harmonies of #46141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46141E

Black with #46141E

Text Example


Text Example

White with #46141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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