Html Css Color HEX #460A19 Bordeaux

📋 copy color: '#460A19'

red 70 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #460A19

Tints of Bordeaux #460A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 66.67%
G = 9.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#460A19 (or 0x460A19) is known color: Bordeaux. HEX triplet: 46, 0A and 19. RGB value is (70,10,25). Sum of RGB (Red+Green+Blue) = 70+10+25=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A19 is #B9F5E6. Grayscale: #1D1D1D. Windows color (decimal): -12187111 or 1641030. OLE color: 1641030.

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

Color convert

RGB 70 10 25 -
CMYK 0 0.86 0.64 0.73
HSL 345º 0.75% 0.16% -
HSV(B) 345º 0.86% 0.27% -
XYZ 2.81 1.59 1.08 -
YUV 29.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 70 10 25 0 0.86 0.64 0.73 345 0.75 0.16
Hex 46 A 19 0 56 40 49 159 4B 10
Octal 106 12 31 0 126 100 111 531 113 20
Binary 1000110 1010 11001 0 1010110 1000000 1001001 101011001 1001011 10000

Color Harmonies of #460A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A19

Black with #460A19

Text Example


Text Example

White with #460A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,10,25); }

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

background-color css

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

 a { background-color: rgb(70,10,25); }

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

border-color css

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

 span { border-color: rgb(70,10,25); }

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