Html Css Color HEX #461420 Bordeaux

📋 copy color: '#461420'

red 70 ◦ green 20 ◦ blue 32

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

Shades of Bordeaux #461420

Tints of Bordeaux #461420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 57.38%
G = 16.39%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#461420 (or 0x461420) is known color: Bordeaux. HEX triplet: 46, 14 and 20. RGB value is (70,20,32). Sum of RGB (Red+Green+Blue) = 70+20+32=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461420 is #B9EBDF. Grayscale: #242424. Windows color (decimal): -12184544 or 2102342. OLE color: 2102342.

HSL color Cylindrical-coordinate representation of color #461420: hue angle of 345.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461420 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 32 -
CMYK 0 0.71 0.54 0.73
HSL 345.6º 0.56% 0.18% -
HSV(B) 345.6º 0.71% 0.27% -
XYZ 3.04 1.91 1.57 -
YUV 36.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 70 20 32 0 0.71 0.54 0.73 345.6 0.56 0.18
Hex 46 14 20 0 47 36 49 15A 38 12
Octal 106 24 40 0 107 66 111 532 70 22
Binary 1000110 10100 100000 0 1000111 110110 1001001 101011010 111000 10010

Color Harmonies of #461420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461420

Black with #461420

Text Example


Text Example

White with #461420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461420; }

 p { color: rgb(70,20,32); }

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

background-color css

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

 a { background-color: rgb(70,20,32); }

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

border-color css

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

 span { border-color: rgb(70,20,32); }

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