Html Css Color HEX #51192A Bordeaux

📋 copy color: '#51192A'

red 81 ◦ green 25 ◦ blue 42

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

Shades of Bordeaux #51192A

Tints of Bordeaux #51192A

RGB

 RED value IS 81 (32.03% from 255) = 54.73%

 GREEN value IS 25 (10.16% from 255) = 16.89%

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 54.73%
G = 16.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#51192A (or 0x51192A) is known color: Bordeaux. HEX triplet: 51, 19 and 2A. RGB value is (81,25,42). Sum of RGB (Red+Green+Blue) = 81+25+42=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51192A is #AEE6D5. Grayscale: #2B2B2B. Windows color (decimal): -11462358 or 2758993. OLE color: 2758993.

HSL color Cylindrical-coordinate representation of color #51192A: hue angle of 341.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51192A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 42 -
CMYK 0 0.69 0.48 0.68
HSL 341.79º 0.53% 0.21% -
HSV(B) 341.79º 0.69% 0.32% -
XYZ 4.16 2.61 2.48 -
YUV 43.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 81 25 42 0 0.69 0.48 0.68 341.79 0.53 0.21
Hex 51 19 2A 0 45 30 44 156 35 15
Octal 121 31 52 0 105 60 104 526 65 25
Binary 1010001 11001 101010 0 1000101 110000 1000100 101010110 110101 10101

Color Harmonies of #51192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51192A

Black with #51192A

Text Example


Text Example

White with #51192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51192A; }

 p { color: rgb(81,25,42); }

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

background-color css

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

 a { background-color: rgb(81,25,42); }

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

border-color css

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

 span { border-color: rgb(81,25,42); }

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