Html Css Color HEX #46081B Bordeaux

📋 copy color: '#46081B'

red 70 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #46081B

Tints of Bordeaux #46081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 66.67%
G = 7.62%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46081B (or 0x46081B) is known color: Bordeaux. HEX triplet: 46, 08 and 1B. RGB value is (70,8,27). Sum of RGB (Red+Green+Blue) = 70+8+27=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081B is #B9F7E4. Grayscale: #1C1C1C. Windows color (decimal): -12187621 or 1771590. OLE color: 1771590.

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

Color convert

RGB 70 8 27 -
CMYK 0 0.89 0.61 0.73
HSL 341.61º 0.79% 0.15% -
HSV(B) 341.61º 0.89% 0.27% -
XYZ 2.81 1.55 1.19 -
YUV 28.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 70 8 27 0 0.89 0.61 0.73 341.61 0.79 0.15
Hex 46 8 1B 0 59 3D 49 156 4F F
Octal 106 10 33 0 131 75 111 526 117 17
Binary 1000110 1000 11011 0 1011001 111101 1001001 101010110 1001111 1111

Color Harmonies of #46081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46081B

Black with #46081B

Text Example


Text Example

White with #46081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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