Html Css Color HEX #460118 Bordeaux

📋 copy color: '#460118'

red 70 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #460118

Tints of Bordeaux #460118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 73.68%
G = 1.05%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460118 (or 0x460118) is known color: Bordeaux. HEX triplet: 46, 01 and 18. RGB value is (70,1,24). Sum of RGB (Red+Green+Blue) = 70+1+24=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460118 is #B9FEE7. Grayscale: #181818. Windows color (decimal): -12189416 or 1573190. OLE color: 1573190.

HSL color Cylindrical-coordinate representation of color #460118: hue angle of 340º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460118 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 24 -
CMYK 0 0.99 0.66 0.73
HSL 340º 0.97% 0.14% -
HSV(B) 340º 0.99% 0.27% -
XYZ 2.7 1.39 0.99 -
YUV 24.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 70 1 24 0 0.99 0.66 0.73 340 0.97 0.14
Hex 46 1 18 0 63 42 49 154 61 E
Octal 106 1 30 0 143 102 111 524 141 16
Binary 1000110 1 11000 0 1100011 1000010 1001001 101010100 1100001 1110

Color Harmonies of #460118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460118

Black with #460118

Text Example


Text Example

White with #460118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460118; }

 p { color: rgb(70,1,24); }

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

background-color css

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

 a { background-color: rgb(70,1,24); }

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

border-color css

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

 span { border-color: rgb(70,1,24); }

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