Html Css Color HEX #51081C Bordeaux

📋 copy color: '#51081C'

red 81 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #51081C

Tints of Bordeaux #51081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 69.23%
G = 6.84%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51081C (or 0x51081C) is known color: Bordeaux. HEX triplet: 51, 08 and 1C. RGB value is (81,8,28). Sum of RGB (Red+Green+Blue) = 81+8+28=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #51081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081C is #AEF7E3. Grayscale: #202020. Windows color (decimal): -11466724 or 1837137. OLE color: 1837137.

HSL color Cylindrical-coordinate representation of color #51081C: hue angle of 343.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51081C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 28 -
CMYK 0 0.90 0.65 0.68
HSL 343.56º 0.82% 0.17% -
HSV(B) 343.56º 0.9% 0.32% -
XYZ 3.69 2.01 1.29 -
YUV 32.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 81 8 28 0 0.90 0.65 0.68 343.56 0.82 0.17
Hex 51 8 1C 0 5A 41 44 158 52 11
Octal 121 10 34 0 132 101 104 530 122 21
Binary 1010001 1000 11100 0 1011010 1000001 1000100 101011000 1010010 10001

Color Harmonies of #51081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51081C

Black with #51081C

Text Example


Text Example

White with #51081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51081C; }

 p { color: rgb(81,8,28); }

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

background-color css

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

 a { background-color: rgb(81,8,28); }

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

border-color css

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

 span { border-color: rgb(81,8,28); }

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