Html Css Color HEX #460C1B Bordeaux

📋 copy color: '#460C1B'

red 70 ◦ green 12 ◦ blue 27

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

Shades of Bordeaux #460C1B

Tints of Bordeaux #460C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 64.22%
G = 11.01%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#460C1B (or 0x460C1B) is known color: Bordeaux. HEX triplet: 46, 0C and 1B. RGB value is (70,12,27). Sum of RGB (Red+Green+Blue) = 70+12+27=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #460C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C1B is #B9F3E4. Grayscale: #1F1F1F. Windows color (decimal): -12186597 or 1772614. OLE color: 1772614.

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

Color convert

RGB 70 12 27 -
CMYK 0 0.83 0.61 0.73
HSL 344.48º 0.71% 0.16% -
HSV(B) 344.48º 0.83% 0.27% -
XYZ 2.86 1.64 1.2 -
YUV 31.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 70 12 27 0 0.83 0.61 0.73 344.48 0.71 0.16
Hex 46 C 1B 0 53 3D 49 158 47 10
Octal 106 14 33 0 123 75 111 530 107 20
Binary 1000110 1100 11011 0 1010011 111101 1001001 101011000 1000111 10000

Color Harmonies of #460C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C1B

Black with #460C1B

Text Example


Text Example

White with #460C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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