Html Css Color HEX #46071C Bordeaux

📋 copy color: '#46071C'

red 70 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #46071C

Tints of Bordeaux #46071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

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

R = 66.67%
G = 6.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46071C (or 0x46071C) is known color: Bordeaux. HEX triplet: 46, 07 and 1C. RGB value is (70,7,28). Sum of RGB (Red+Green+Blue) = 70+7+28=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46071C is #B9F8E3. Grayscale: #1C1C1C. Windows color (decimal): -12187876 or 1836870. OLE color: 1836870.

HSL color Cylindrical-coordinate representation of color #46071C: hue angle of 340º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46071C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 7 28 -
CMYK 0 0.90 0.60 0.73
HSL 340º 0.82% 0.15% -
HSV(B) 340º 0.9% 0.27% -
XYZ 2.81 1.54 1.25 -
YUV 28.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 70 7 28 0 0.90 0.60 0.73 340 0.82 0.15
Hex 46 7 1C 0 5A 3C 49 154 52 F
Octal 106 7 34 0 132 74 111 524 122 17
Binary 1000110 111 11100 0 1011010 111100 1001001 101010100 1010010 1111

Color Harmonies of #46071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46071C

Black with #46071C

Text Example


Text Example

White with #46071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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