Html Css Color HEX #46031B Bordeaux

📋 copy color: '#46031B'

red 70 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #46031B

Tints of Bordeaux #46031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 70%
G = 3%
B = 27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46031B (or 0x46031B) is known color: Bordeaux. HEX triplet: 46, 03 and 1B. RGB value is (70,3,27). Sum of RGB (Red+Green+Blue) = 70+3+27=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46031B is #B9FCE4. Grayscale: #191919. Windows color (decimal): -12188901 or 1770310. OLE color: 1770310.

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

Color convert

RGB 70 3 27 -
CMYK 0 0.96 0.61 0.73
HSL 338.51º 0.92% 0.14% -
HSV(B) 338.51º 0.96% 0.27% -
XYZ 2.76 1.45 1.17 -
YUV 25.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 70 3 27 0 0.96 0.61 0.73 338.51 0.92 0.14
Hex 46 3 1B 0 60 3D 49 153 5C E
Octal 106 3 33 0 140 75 111 523 134 16
Binary 1000110 11 11011 0 1100000 111101 1001001 101010011 1011100 1110

Color Harmonies of #46031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46031B

Black with #46031B

Text Example


Text Example

White with #46031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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