Html Css Color HEX #46081E Bordeaux

📋 copy color: '#46081E'

red 70 ◦ green 8 ◦ blue 30

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

Shades of Bordeaux #46081E

Tints of Bordeaux #46081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.78%

R = 64.81%
G = 7.41%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46081E (or 0x46081E) is known color: Bordeaux. HEX triplet: 46, 08 and 1E. RGB value is (70,8,30). Sum of RGB (Red+Green+Blue) = 70+8+30=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #46081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081E is #B9F7E1. Grayscale: #1D1D1D. Windows color (decimal): -12187618 or 1968198. OLE color: 1968198.

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

Color convert

RGB 70 8 30 -
CMYK 0 0.89 0.57 0.73
HSL 338.71º 0.79% 0.15% -
HSV(B) 338.71º 0.89% 0.27% -
XYZ 2.85 1.57 1.38 -
YUV 29.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 70 8 30 0 0.89 0.57 0.73 338.71 0.79 0.15
Hex 46 8 1E 0 59 39 49 153 4F F
Octal 106 10 36 0 131 71 111 523 117 17
Binary 1000110 1000 11110 0 1011001 111001 1001001 101010011 1001111 1111

Color Harmonies of #46081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46081E

Black with #46081E

Text Example


Text Example

White with #46081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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