Html Css Color HEX #460B20 Bordeaux

📋 copy color: '#460B20'

red 70 ◦ green 11 ◦ blue 32

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

Shades of Bordeaux #460B20

Tints of Bordeaux #460B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 28.32%

R = 61.95%
G = 9.73%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#460B20 (or 0x460B20) is known color: Bordeaux. HEX triplet: 46, 0B and 20. RGB value is (70,11,32). Sum of RGB (Red+Green+Blue) = 70+11+32=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B20 is #B9F4DF. Grayscale: #1F1F1F. Windows color (decimal): -12186848 or 2100038. OLE color: 2100038.

HSL color Cylindrical-coordinate representation of color #460B20: hue angle of 338.64º 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 #460B20 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 11 32 -
CMYK 0 0.84 0.54 0.73
HSL 338.64º 0.73% 0.16% -
HSV(B) 338.64º 0.84% 0.27% -
XYZ 2.91 1.65 1.53 -
YUV 31.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 70 11 32 0 0.84 0.54 0.73 338.64 0.73 0.16
Hex 46 B 20 0 54 36 49 153 49 10
Octal 106 13 40 0 124 66 111 523 111 20
Binary 1000110 1011 100000 0 1010100 110110 1001001 101010011 1001001 10000

Color Harmonies of #460B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B20

Black with #460B20

Text Example


Text Example

White with #460B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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