Html Css Color HEX #46081A Bordeaux

📋 copy color: '#46081A'

red 70 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #46081A

Tints of Bordeaux #46081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25%

R = 67.31%
G = 7.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46081A (or 0x46081A) is known color: Bordeaux. HEX triplet: 46, 08 and 1A. RGB value is (70,8,26). Sum of RGB (Red+Green+Blue) = 70+8+26=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081A is #B9F7E5. Grayscale: #1C1C1C. Windows color (decimal): -12187622 or 1706054. OLE color: 1706054.

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

Color convert

RGB 70 8 26 -
CMYK 0 0.89 0.63 0.73
HSL 342.58º 0.79% 0.15% -
HSV(B) 342.58º 0.89% 0.27% -
XYZ 2.8 1.55 1.13 -
YUV 28.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 70 8 26 0 0.89 0.63 0.73 342.58 0.79 0.15
Hex 46 8 1A 0 59 3F 49 157 4F F
Octal 106 10 32 0 131 77 111 527 117 17
Binary 1000110 1000 11010 0 1011001 111111 1001001 101010111 1001111 1111

Color Harmonies of #46081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46081A

Black with #46081A

Text Example


Text Example

White with #46081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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