Html Css Color HEX #46121C Bordeaux

📋 copy color: '#46121C'

red 70 ◦ green 18 ◦ blue 28

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

Shades of Bordeaux #46121C

Tints of Bordeaux #46121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.52%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 60.34%
G = 15.52%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46121C (or 0x46121C) is known color: Bordeaux. HEX triplet: 46, 12 and 1C. RGB value is (70,18,28). Sum of RGB (Red+Green+Blue) = 70+18+28=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121C is #B9EDE3. Grayscale: #222222. Windows color (decimal): -12185060 or 1839686. OLE color: 1839686.

HSL color Cylindrical-coordinate representation of color #46121C: hue angle of 348.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46121C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 28 -
CMYK 0 0.74 0.60 0.73
HSL 348.46º 0.59% 0.17% -
HSV(B) 348.46º 0.74% 0.27% -
XYZ 2.95 1.82 1.29 -
YUV 34.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 70 18 28 0 0.74 0.60 0.73 348.46 0.59 0.17
Hex 46 12 1C 0 4A 3C 49 15C 3B 11
Octal 106 22 34 0 112 74 111 534 73 21
Binary 1000110 10010 11100 0 1001010 111100 1001001 101011100 111011 10001

Color Harmonies of #46121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46121C

Black with #46121C

Text Example


Text Example

White with #46121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46121C; }

 p { color: rgb(70,18,28); }

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

background-color css

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

 a { background-color: rgb(70,18,28); }

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

border-color css

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

 span { border-color: rgb(70,18,28); }

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