Html Css Color HEX #51090F Bordeaux

📋 copy color: '#51090F'

red 81 ◦ green 9 ◦ blue 15

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

Shades of Bordeaux #51090F

Tints of Bordeaux #51090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 77.14%
G = 8.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51090F (or 0x51090F) is known color: Bordeaux. HEX triplet: 51, 09 and 0F. RGB value is (81,9,15). Sum of RGB (Red+Green+Blue) = 81+9+15=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #51090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51090F is #AEF6F0. Grayscale: #1F1F1F. Windows color (decimal): -11466481 or 985425. OLE color: 985425.

HSL color Cylindrical-coordinate representation of color #51090F: hue angle of 355º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51090F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 15 -
CMYK 0 0.89 0.81 0.68
HSL 355º 0.8% 0.18% -
HSV(B) 355º 0.89% 0.32% -
XYZ 3.58 1.98 0.65 -
YUV 31.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 81 9 15 0 0.89 0.81 0.68 355 0.8 0.18
Hex 51 9 F 0 59 51 44 163 50 12
Octal 121 11 17 0 131 121 104 543 120 22
Binary 1010001 1001 1111 0 1011001 1010001 1000100 101100011 1010000 10010

Color Harmonies of #51090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51090F

Black with #51090F

Text Example


Text Example

White with #51090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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