Html Css Color HEX #460918 Bordeaux

📋 copy color: '#460918'

red 70 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #460918

Tints of Bordeaux #460918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 67.96%
G = 8.74%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460918 (or 0x460918) is known color: Bordeaux. HEX triplet: 46, 09 and 18. RGB value is (70,9,24). Sum of RGB (Red+Green+Blue) = 70+9+24=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #460918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460918 is #B9F6E7. Grayscale: #1C1C1C. Windows color (decimal): -12187368 or 1575238. OLE color: 1575238.

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

Color convert

RGB 70 9 24 -
CMYK 0 0.87 0.66 0.73
HSL 345.25º 0.77% 0.15% -
HSV(B) 345.25º 0.87% 0.27% -
XYZ 2.79 1.56 1.02 -
YUV 28.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 70 9 24 0 0.87 0.66 0.73 345.25 0.77 0.15
Hex 46 9 18 0 57 42 49 159 4D F
Octal 106 11 30 0 127 102 111 531 115 17
Binary 1000110 1001 11000 0 1010111 1000010 1001001 101011001 1001101 1111

Color Harmonies of #460918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460918

Black with #460918

Text Example


Text Example

White with #460918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460918; }

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

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

background-color css

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

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

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

border-color css

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

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

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