Html Css Color HEX #46051A Bordeaux

📋 copy color: '#46051A'

red 70 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #46051A

Tints of Bordeaux #46051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.95%

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

R = 69.31%
G = 4.95%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46051A (or 0x46051A) is known color: Bordeaux. HEX triplet: 46, 05 and 1A. RGB value is (70,5,26). Sum of RGB (Red+Green+Blue) = 70+5+26=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46051A is #B9FAE5. Grayscale: #1A1A1A. Windows color (decimal): -12188390 or 1705286. OLE color: 1705286.

HSL color Cylindrical-coordinate representation of color #46051A: hue angle of 340.62º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46051A is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 5 26 -
CMYK 0 0.93 0.63 0.73
HSL 340.62º 0.87% 0.15% -
HSV(B) 340.62º 0.93% 0.27% -
XYZ 2.77 1.49 1.12 -
YUV 26.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 70 5 26 0 0.93 0.63 0.73 340.62 0.87 0.15
Hex 46 5 1A 0 5D 3F 49 155 57 F
Octal 106 5 32 0 135 77 111 525 127 17
Binary 1000110 101 11010 0 1011101 111111 1001001 101010101 1010111 1111

Color Harmonies of #46051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46051A

Black with #46051A

Text Example


Text Example

White with #46051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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