Html Css Color HEX #461E27 Bordeaux

📋 copy color: '#461E27'

red 70 ◦ green 30 ◦ blue 39

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

Shades of Bordeaux #461E27

Tints of Bordeaux #461E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 50.36%
G = 21.58%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#461E27 (or 0x461E27) is known color: Bordeaux. HEX triplet: 46, 1E and 27. RGB value is (70,30,39). Sum of RGB (Red+Green+Blue) = 70+30+39=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E27 is #B9E1D8. Grayscale: #2A2A2A. Windows color (decimal): -12181977 or 2563654. OLE color: 2563654.

HSL color Cylindrical-coordinate representation of color #461E27: hue angle of 346.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E27 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 30 39 -
CMYK 0 0.57 0.44 0.73
HSL 346.5º 0.4% 0.2% -
HSV(B) 346.5º 0.57% 0.27% -
XYZ 3.36 2.38 2.2 -
YUV 42.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 70 30 39 0 0.57 0.44 0.73 346.5 0.4 0.2
Hex 46 1E 27 0 39 2C 49 15A 28 14
Octal 106 36 47 0 71 54 111 532 50 24
Binary 1000110 11110 100111 0 111001 101100 1001001 101011010 101000 10100

Color Harmonies of #461E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E27

Black with #461E27

Text Example


Text Example

White with #461E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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