Html Css Color HEX #46071B Bordeaux

📋 copy color: '#46071B'

red 70 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #46071B

Tints of Bordeaux #46071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 67.31%
G = 6.73%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46071B (or 0x46071B) is known color: Bordeaux. HEX triplet: 46, 07 and 1B. RGB value is (70,7,27). Sum of RGB (Red+Green+Blue) = 70+7+27=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46071B is #B9F8E4. Grayscale: #1C1C1C. Windows color (decimal): -12187877 or 1771334. OLE color: 1771334.

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

Color convert

RGB 70 7 27 -
CMYK 0 0.90 0.61 0.73
HSL 340.95º 0.82% 0.15% -
HSV(B) 340.95º 0.9% 0.27% -
XYZ 2.8 1.53 1.19 -
YUV 28.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 70 7 27 0 0.90 0.61 0.73 340.95 0.82 0.15
Hex 46 7 1B 0 5A 3D 49 155 52 F
Octal 106 7 33 0 132 75 111 525 122 17
Binary 1000110 111 11011 0 1011010 111101 1001001 101010101 1010010 1111

Color Harmonies of #46071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46071B

Black with #46071B

Text Example


Text Example

White with #46071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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