Html Css Color HEX #51061C Bordeaux

📋 copy color: '#51061C'

red 81 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #51061C

Tints of Bordeaux #51061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 70.43%
G = 5.22%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51061C (or 0x51061C) is known color: Bordeaux. HEX triplet: 51, 06 and 1C. RGB value is (81,6,28). Sum of RGB (Red+Green+Blue) = 81+6+28=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51061C is #AEF9E3. Grayscale: #1E1E1E. Windows color (decimal): -11467236 or 1836625. OLE color: 1836625.

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

Color convert

RGB 81 6 28 -
CMYK 0 0.93 0.65 0.68
HSL 342.4º 0.86% 0.17% -
HSV(B) 342.4º 0.93% 0.32% -
XYZ 3.67 1.96 1.28 -
YUV 30.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 81 6 28 0 0.93 0.65 0.68 342.4 0.86 0.17
Hex 51 6 1C 0 5D 41 44 156 56 11
Octal 121 6 34 0 135 101 104 526 126 21
Binary 1010001 110 11100 0 1011101 1000001 1000100 101010110 1010110 10001

Color Harmonies of #51061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51061C

Black with #51061C

Text Example


Text Example

White with #51061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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