Html Css Color HEX #461322 Bordeaux

📋 copy color: '#461322'

red 70 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #461322

Tints of Bordeaux #461322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 56.91%
G = 15.45%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#461322 (or 0x461322) is known color: Bordeaux. HEX triplet: 46, 13 and 22. RGB value is (70,19,34). Sum of RGB (Red+Green+Blue) = 70+19+34=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461322 is #B9ECDD. Grayscale: #232323. Windows color (decimal): -12184798 or 2233158. OLE color: 2233158.

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

Color convert

RGB 70 19 34 -
CMYK 0 0.73 0.51 0.73
HSL 342.35º 0.57% 0.17% -
HSV(B) 342.35º 0.73% 0.27% -
XYZ 3.05 1.88 1.72 -
YUV 35.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 70 19 34 0 0.73 0.51 0.73 342.35 0.57 0.17
Hex 46 13 22 0 49 33 49 156 39 11
Octal 106 23 42 0 111 63 111 526 71 21
Binary 1000110 10011 100010 0 1001001 110011 1001001 101010110 111001 10001

Color Harmonies of #461322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461322

Black with #461322

Text Example


Text Example

White with #461322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461322; }

 p { color: rgb(70,19,34); }

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

background-color css

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

 a { background-color: rgb(70,19,34); }

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

border-color css

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

 span { border-color: rgb(70,19,34); }

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