Html Css Color HEX #46181E Bordeaux

📋 copy color: '#46181E'

red 70 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #46181E

Tints of Bordeaux #46181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 56.45%
G = 19.35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46181E (or 0x46181E) is known color: Bordeaux. HEX triplet: 46, 18 and 1E. RGB value is (70,24,30). Sum of RGB (Red+Green+Blue) = 70+24+30=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #46181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46181E is #B9E7E1. Grayscale: #262626. Windows color (decimal): -12183522 or 1972294. OLE color: 1972294.

HSL color Cylindrical-coordinate representation of color #46181E: hue angle of 352.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46181E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 30 -
CMYK 0 0.66 0.57 0.73
HSL 352.17º 0.49% 0.18% -
HSV(B) 352.17º 0.66% 0.27% -
XYZ 3.09 2.05 1.46 -
YUV 38.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 70 24 30 0 0.66 0.57 0.73 352.17 0.49 0.18
Hex 46 18 1E 0 42 39 49 160 31 12
Octal 106 30 36 0 102 71 111 540 61 22
Binary 1000110 11000 11110 0 1000010 111001 1001001 101100000 110001 10010

Color Harmonies of #46181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46181E

Black with #46181E

Text Example


Text Example

White with #46181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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