Html Css Color HEX #51071E Bordeaux

📋 copy color: '#51071E'

red 81 ◦ green 7 ◦ blue 30

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

Shades of Bordeaux #51071E

Tints of Bordeaux #51071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 68.64%
G = 5.93%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51071E (or 0x51071E) is known color: Bordeaux. HEX triplet: 51, 07 and 1E. RGB value is (81,7,30). Sum of RGB (Red+Green+Blue) = 81+7+30=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #51071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51071E is #AEF8E1. Grayscale: #1F1F1F. Windows color (decimal): -11466978 or 1967953. OLE color: 1967953.

HSL color Cylindrical-coordinate representation of color #51071E: hue angle of 341.35º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51071E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 30 -
CMYK 0 0.91 0.63 0.68
HSL 341.35º 0.84% 0.17% -
HSV(B) 341.35º 0.91% 0.32% -
XYZ 3.7 2 1.42 -
YUV 31.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 81 7 30 0 0.91 0.63 0.68 341.35 0.84 0.17
Hex 51 7 1E 0 5B 3F 44 155 54 11
Octal 121 7 36 0 133 77 104 525 124 21
Binary 1010001 111 11110 0 1011011 111111 1000100 101010101 1010100 10001

Color Harmonies of #51071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51071E

Black with #51071E

Text Example


Text Example

White with #51071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51071E; }

 p { color: rgb(81,7,30); }

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

background-color css

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

 a { background-color: rgb(81,7,30); }

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

border-color css

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

 span { border-color: rgb(81,7,30); }

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