Html Css Color HEX #46061D Bordeaux

📋 copy color: '#46061D'

red 70 ◦ green 6 ◦ blue 29

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

Shades of Bordeaux #46061D

Tints of Bordeaux #46061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 66.67%
G = 5.71%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46061D (or 0x46061D) is known color: Bordeaux. HEX triplet: 46, 06 and 1D. RGB value is (70,6,29). Sum of RGB (Red+Green+Blue) = 70+6+29=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061D is #B9F9E2. Grayscale: #1B1B1B. Windows color (decimal): -12188131 or 1902150. OLE color: 1902150.

HSL color Cylindrical-coordinate representation of color #46061D: hue angle of 338.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46061D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 29 -
CMYK 0 0.91 0.59 0.73
HSL 338.44º 0.84% 0.15% -
HSV(B) 338.44º 0.91% 0.27% -
XYZ 2.81 1.52 1.31 -
YUV 27.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 70 6 29 0 0.91 0.59 0.73 338.44 0.84 0.15
Hex 46 6 1D 0 5B 3B 49 152 54 F
Octal 106 6 35 0 133 73 111 522 124 17
Binary 1000110 110 11101 0 1011011 111011 1001001 101010010 1010100 1111

Color Harmonies of #46061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46061D

Black with #46061D

Text Example


Text Example

White with #46061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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