Html Css Color HEX #460B1D Bordeaux

📋 copy color: '#460B1D'

red 70 ◦ green 11 ◦ blue 29

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

Shades of Bordeaux #460B1D

Tints of Bordeaux #460B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

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

R = 63.64%
G = 10%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#460B1D (or 0x460B1D) is known color: Bordeaux. HEX triplet: 46, 0B and 1D. RGB value is (70,11,29). Sum of RGB (Red+Green+Blue) = 70+11+29=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B1D is #B9F4E2. Grayscale: #1E1E1E. Windows color (decimal): -12186851 or 1903430. OLE color: 1903430.

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

Color convert

RGB 70 11 29 -
CMYK 0 0.84 0.59 0.73
HSL 341.69º 0.73% 0.16% -
HSV(B) 341.69º 0.84% 0.27% -
XYZ 2.87 1.63 1.33 -
YUV 30.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 70 11 29 0 0.84 0.59 0.73 341.69 0.73 0.16
Hex 46 B 1D 0 54 3B 49 156 49 10
Octal 106 13 35 0 124 73 111 526 111 20
Binary 1000110 1011 11101 0 1010100 111011 1001001 101010110 1001001 10000

Color Harmonies of #460B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B1D

Black with #460B1D

Text Example


Text Example

White with #460B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B1D; }

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

 H1.HeaderClassName
 {
   color: #460B1D;
 }
 .AnyTagClassName
 {
   color: #460B1D;
 }
</style>

background-color css

<style>
 a { background-color: #460B1D; }

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

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

border-color css

<style>
 span { border-color: #460B1D; }

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

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