Html Css Color HEX #46081D Bordeaux

📋 copy color: '#46081D'

red 70 ◦ green 8 ◦ blue 29

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

Shades of Bordeaux #46081D

Tints of Bordeaux #46081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.1%

R = 65.42%
G = 7.48%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46081D (or 0x46081D) is known color: Bordeaux. HEX triplet: 46, 08 and 1D. RGB value is (70,8,29). Sum of RGB (Red+Green+Blue) = 70+8+29=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #46081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081D is #B9F7E2. Grayscale: #1C1C1C. Windows color (decimal): -12187619 or 1902662. OLE color: 1902662.

HSL color Cylindrical-coordinate representation of color #46081D: hue angle of 339.68º 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 #46081D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 8 29 -
CMYK 0 0.89 0.59 0.73
HSL 339.68º 0.79% 0.15% -
HSV(B) 339.68º 0.89% 0.27% -
XYZ 2.83 1.56 1.31 -
YUV 28.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 70 8 29 0 0.89 0.59 0.73 339.68 0.79 0.15
Hex 46 8 1D 0 59 3B 49 154 4F F
Octal 106 10 35 0 131 73 111 524 117 17
Binary 1000110 1000 11101 0 1011001 111011 1001001 101010100 1001111 1111

Color Harmonies of #46081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46081D

Black with #46081D

Text Example


Text Example

White with #46081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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