Html Css Color HEX #46121F Bordeaux

📋 copy color: '#46121F'

red 70 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #46121F

Tints of Bordeaux #46121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 58.82%
G = 15.13%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46121F (or 0x46121F) is known color: Bordeaux. HEX triplet: 46, 12 and 1F. RGB value is (70,18,31). Sum of RGB (Red+Green+Blue) = 70+18+31=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121F is #B9EDE0. Grayscale: #232323. Windows color (decimal): -12185057 or 2036294. OLE color: 2036294.

HSL color Cylindrical-coordinate representation of color #46121F: hue angle of 345º 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 #46121F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 31 -
CMYK 0 0.74 0.56 0.73
HSL 345º 0.59% 0.17% -
HSV(B) 345º 0.74% 0.27% -
XYZ 2.99 1.83 1.49 -
YUV 35.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 70 18 31 0 0.74 0.56 0.73 345 0.59 0.17
Hex 46 12 1F 0 4A 38 49 159 3B 11
Octal 106 22 37 0 112 70 111 531 73 21
Binary 1000110 10010 11111 0 1001010 111000 1001001 101011001 111011 10001

Color Harmonies of #46121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46121F

Black with #46121F

Text Example


Text Example

White with #46121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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