Html Css Color HEX #46081C Bordeaux

📋 copy color: '#46081C'

red 70 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #46081C

Tints of Bordeaux #46081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 66.04%
G = 7.55%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46081C (or 0x46081C) is known color: Bordeaux. HEX triplet: 46, 08 and 1C. RGB value is (70,8,28). Sum of RGB (Red+Green+Blue) = 70+8+28=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081C is #B9F7E3. Grayscale: #1C1C1C. Windows color (decimal): -12187620 or 1837126. OLE color: 1837126.

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

Color convert

RGB 70 8 28 -
CMYK 0 0.89 0.60 0.73
HSL 340.65º 0.79% 0.15% -
HSV(B) 340.65º 0.89% 0.27% -
XYZ 2.82 1.56 1.25 -
YUV 28.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 70 8 28 0 0.89 0.60 0.73 340.65 0.79 0.15
Hex 46 8 1C 0 59 3C 49 155 4F F
Octal 106 10 34 0 131 74 111 525 117 17
Binary 1000110 1000 11100 0 1011001 111100 1001001 101010101 1001111 1111

Color Harmonies of #46081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46081C

Black with #46081C

Text Example


Text Example

White with #46081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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