Html Css Color HEX #51080F Bordeaux

📋 copy color: '#51080F'

red 81 ◦ green 8 ◦ blue 15

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

Shades of Bordeaux #51080F

Tints of Bordeaux #51080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 77.88%
G = 7.69%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51080F (or 0x51080F) is known color: Bordeaux. HEX triplet: 51, 08 and 0F. RGB value is (81,8,15). Sum of RGB (Red+Green+Blue) = 81+8+15=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #51080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51080F is #AEF7F0. Grayscale: #1E1E1E. Windows color (decimal): -11466737 or 985169. OLE color: 985169.

HSL color Cylindrical-coordinate representation of color #51080F: hue angle of 354.25º 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 #51080F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 15 -
CMYK 0 0.90 0.81 0.68
HSL 354.25º 0.82% 0.17% -
HSV(B) 354.25º 0.9% 0.32% -
XYZ 3.57 1.96 0.64 -
YUV 30.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 81 8 15 0 0.90 0.81 0.68 354.25 0.82 0.17
Hex 51 8 F 0 5A 51 44 162 52 11
Octal 121 10 17 0 132 121 104 542 122 21
Binary 1010001 1000 1111 0 1011010 1010001 1000100 101100010 1010010 10001

Color Harmonies of #51080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51080F

Black with #51080F

Text Example


Text Example

White with #51080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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