Html Css Color HEX #460318 Bordeaux

📋 copy color: '#460318'

red 70 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #460318

Tints of Bordeaux #460318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

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

R = 72.16%
G = 3.09%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460318 (or 0x460318) is known color: Bordeaux. HEX triplet: 46, 03 and 18. RGB value is (70,3,24). Sum of RGB (Red+Green+Blue) = 70+3+24=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460318 is #B9FCE7. Grayscale: #191919. Windows color (decimal): -12188904 or 1573702. OLE color: 1573702.

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

Color convert

RGB 70 3 24 -
CMYK 0 0.96 0.66 0.73
HSL 341.19º 0.92% 0.14% -
HSV(B) 341.19º 0.96% 0.27% -
XYZ 2.72 1.43 1 -
YUV 25.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 70 3 24 0 0.96 0.66 0.73 341.19 0.92 0.14
Hex 46 3 18 0 60 42 49 155 5C E
Octal 106 3 30 0 140 102 111 525 134 16
Binary 1000110 11 11000 0 1100000 1000010 1001001 101010101 1011100 1110

Color Harmonies of #460318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460318

Black with #460318

Text Example


Text Example

White with #460318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460318; }

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

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

background-color css

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

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

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

border-color css

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

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

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