Html Css Color HEX #460D1B Bordeaux

📋 copy color: '#460D1B'

red 70 ◦ green 13 ◦ blue 27

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

Shades of Bordeaux #460D1B

Tints of Bordeaux #460D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 63.64%
G = 11.82%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#460D1B (or 0x460D1B) is known color: Bordeaux. HEX triplet: 46, 0D and 1B. RGB value is (70,13,27). Sum of RGB (Red+Green+Blue) = 70+13+27=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D1B is #B9F2E4. Grayscale: #1F1F1F. Windows color (decimal): -12186341 or 1772870. OLE color: 1772870.

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

Color convert

RGB 70 13 27 -
CMYK 0 0.81 0.61 0.73
HSL 345.26º 0.69% 0.16% -
HSV(B) 345.26º 0.81% 0.27% -
XYZ 2.87 1.67 1.21 -
YUV 31.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 70 13 27 0 0.81 0.61 0.73 345.26 0.69 0.16
Hex 46 D 1B 0 51 3D 49 159 45 10
Octal 106 15 33 0 121 75 111 531 105 20
Binary 1000110 1101 11011 0 1010001 111101 1001001 101011001 1000101 10000

Color Harmonies of #460D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D1B

Black with #460D1B

Text Example


Text Example

White with #460D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,27); }

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

background-color css

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

 a { background-color: rgb(70,13,27); }

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

border-color css

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

 span { border-color: rgb(70,13,27); }

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