Html Css Color HEX #46041B Bordeaux

📋 copy color: '#46041B'

red 70 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #46041B

Tints of Bordeaux #46041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

 BLUE value IS 27 (10.94% from 255) = 26.73%

R = 69.31%
G = 3.96%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46041B (or 0x46041B) is known color: Bordeaux. HEX triplet: 46, 04 and 1B. RGB value is (70,4,27). Sum of RGB (Red+Green+Blue) = 70+4+27=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46041B is #B9FBE4. Grayscale: #1A1A1A. Windows color (decimal): -12188645 or 1770566. OLE color: 1770566.

HSL color Cylindrical-coordinate representation of color #46041B: hue angle of 339.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46041B is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 27 -
CMYK 0 0.94 0.61 0.73
HSL 339.09º 0.89% 0.15% -
HSV(B) 339.09º 0.94% 0.27% -
XYZ 2.77 1.47 1.17 -
YUV 26.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 70 4 27 0 0.94 0.61 0.73 339.09 0.89 0.15
Hex 46 4 1B 0 5E 3D 49 153 59 F
Octal 106 4 33 0 136 75 111 523 131 17
Binary 1000110 100 11011 0 1011110 111101 1001001 101010011 1011001 1111

Color Harmonies of #46041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46041B

Black with #46041B

Text Example


Text Example

White with #46041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46041B; }

 p { color: rgb(70,4,27); }

 H1.HeaderClassName
 {
   color: #46041B;
 }
 .AnyTagClassName
 {
   color: #46041B;
 }
</style>

background-color css

<style>
 a { background-color: #46041B; }

 a { background-color: rgb(70,4,27); }

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

border-color css

<style>
 span { border-color: #46041B; }

 span { border-color: rgb(70,4,27); }

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